# Git
.git
.gitignore

# Node (frontend builds have their own Dockerfile)
console/frontend/node_modules
console/frontend/dist

# Python caches
__pycache__
*.pyc
*.pyo
.pytest_cache
.ruff_cache
.coverage
.benchmarks
*.egg-info

# IDE / editor
.vscode
.idea
*.swp

# Environment and secrets
.env
.env.local
.env.*.local
!.env.example
!.env.production

# Docs and non-runtime files
docs/
CLAUDE.md
CHANGELOG.md
ACCURACY_MISSION.md
!README.md

# Test data (large)
data/
models/*.onnx

# OS
Thumbs.db
.DS_Store
