.git/
.github/
.specify/
.claude/
specs/
docs/
*.md
!README.md

node_modules/
web/node_modules/
web/.next/
__pycache__/
*.pyc
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.env
.env.local
*.log
