This commit is contained in:
+21
-3
@@ -1,9 +1,28 @@
|
||||
# Local environment and secrets
|
||||
.env
|
||||
.venv/
|
||||
|
||||
# Runtime data and local review notes
|
||||
data/
|
||||
review-notes/
|
||||
Review-Notes/
|
||||
|
||||
# Python cache/test/build output
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.pyc
|
||||
.env
|
||||
data/*.db
|
||||
|
||||
# Local tool state
|
||||
.codex
|
||||
.claude/settings.local.json
|
||||
backups/
|
||||
|
||||
# macOS generated files
|
||||
.DS_Store
|
||||
@@ -14,4 +33,3 @@ data/*.db
|
||||
**/.Spotlight-V100
|
||||
.Trashes
|
||||
**/.Trashes
|
||||
.codex
|
||||
Reference in New Issue
Block a user