# Git
.git
.gitignore

# Python / uv
__pycache__/
*.py[cod]
*$py.class
.venv/
.uv/
uv.lock.lock

# Environment variables (Security!)
.env
.env.local

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo

# Documentation (Not needed in runtime container)
*.md
LICENSE

# Tests & Scripts (Unless run inside container)
tests/
loadtest.js
k6/

# Docker Compose override (Local dev only)
docker-compose.override.yml