# Python
__pycache__/
*.py[cod]
.Python
.venv/
venv/
*.egg-info/
build/
dist/
*.whl
*.tar.gz

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# IDE
.idea/
.vscode/
.DS_Store

# Env / secrets
.env
.env.*
!.env.example
*.pem
*.key

# Node / Next.js (dashboards)
node_modules/
.next/
dist/

# Local state
data/
volumes/
tmp/
*.log
