CLAUDE.md.bkp
server/env.dev.zip
archive/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

.env
.env.*
!.env.example
!frontend/.env
.venv/
venv/

.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

*.db
*.sqlite3

.DS_Store
node_modules/

# Crawler runtime artifacts
crawl_checkpoint.json

# Private key material
*.pem
*.key
*.private-key*

# Modal secrets backup (contains key names, not values)
server/modal-secrets-backup.md

# Internal planning docs (keep in wiki/Notion, not in repo)
PRD.md
tasks.md

# Review / planning artifacts
TRACKER_REVIEW.md
