# ── Python ───────────────────────────────────────────────────────────────────
.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
*.egg-link
.eggs/
dist/
build/
wheels/
*.so

# ── Testing / Quality ────────────────────────────────────────────────────────
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# ── Environments / Secrets ───────────────────────────────────────────────────
.env
.env.*
!.env.example

# ── Project output ────────────────────────────────────────────────────────────
outputs/

# ── Editors / OS ─────────────────────────────────────────────────────────────
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~
.ropeproject/
