.git
.gitignore
.claude
.cursor
**/__pycache__
**/*.pyc
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
.coverage
htmlcov/

frontend/node_modules
frontend/dist
node_modules

.env
docker/.env
docker/runtime

tests/
docs/
standards/
*.md
!docker/README.md

web/uploads
backups/
deploy/gate_log.jsonl
