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
ginuerzh 2026-07-13 16:49:00 +08:00
parent fa815bf4a0
commit 632282436b
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -39,3 +39,12 @@ snap
/*.yaml
*.txt
dist/
# Build artifacts
.build/
# Codegraph index (generated, multi-hundred-MB db)
.codegraph/
# Python cache
__pycache__/