36 lines
434 B
Plaintext
36 lines
434 B
Plaintext
# 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
|
|
|
|
# Local tool state
|
|
.codex
|
|
.claude/settings.local.json
|
|
backups/
|
|
|
|
# macOS generated files
|
|
.DS_Store
|
|
**/.DS_Store
|
|
._*
|
|
**/._*
|
|
.Spotlight-V100
|
|
**/.Spotlight-V100
|
|
.Trashes
|
|
**/.Trashes
|