__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

.venv/
.env
.env.test
.env.local
.env.demo
.env.prod

.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

*.db
*.sqlite3

openapi.json
openapi-public.json
reports/

# Local incident / kubectl log exports (see scripts/export-k8s-logs.sh)
logs/

.DS_Store
Thumbs.db

.idea/
.vscode/
*.swp
*.swo
