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
docs/plans/

# Review / planning artifacts
TRACKER_REVIEW.md

# Screenshots from Playwright/debugging
*.png
!assets/*.png
!frontend/public/*.png
.playwright-mcp/

# Ad-hoc benchmark / review artifacts
benchmark_*.json
benchmark_*.py
ARCHITECTURE_REVIEW*.md
INVESTIGATION.md

# Git worktrees
.worktrees/
