# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# uv / hatch
.venv/
venv/

# Local config & secrets — NEVER commit
.env
.env.*
!.env.example
*.key
*.pem
local-*.json
local-*.yaml

# Editor / OS
.vscode/
.idea/
.DS_Store
*.swp

# Worker runtime artifacts
data/
buffer/
*.sqlite
*.sqlite-journal
logs/

# kagura-engineer review artifacts
.kagura/
