mirror of https://github.com/go-gost/gost.git
chore: ignore build artifacts, codegraph index, python cache
.build/, .codegraph/ (generated multi-hundred-MB db), and __pycache__/ are local artifacts that should not be tracked.master
parent
fa815bf4a0
commit
632282436b
|
|
@ -39,3 +39,12 @@ snap
|
||||||
/*.yaml
|
/*.yaml
|
||||||
*.txt
|
*.txt
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
.build/
|
||||||
|
|
||||||
|
# Codegraph index (generated, multi-hundred-MB db)
|
||||||
|
.codegraph/
|
||||||
|
|
||||||
|
# Python cache
|
||||||
|
__pycache__/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue