# ── Python ────────────────────────────────────────────────────
__pycache__/
*.py[oc]
*.pyd
*.pyo
build/
dist/
wheels/
*.egg-info/
*.egg
MANIFEST

# ── Virtual environments ──────────────────────────────────────
.venv/
venv/
env/
.env/

# ── UV ────────────────────────────────────────────────────────
.python-version
uv.lock

# ── Distribution / packaging ──────────────────────────────────
*.tar.gz
*.whl
site/

# ── Testing ───────────────────────────────────────────────────
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.lcov
.tox/
.nox/

# ── Type checking ─────────────────────────────────────────────
.mypy_cache/
.pyright/
.ruff_cache/

# ── Generated Draw.io output ──────────────────────────────────
# Keep example specs but ignore generated diagrams
examples/output/

# ── IDEs & editors ────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ── Environment variables ─────────────────────────────────────
.env
.envrc
*.env.local

# ── Logs ──────────────────────────────────────────────────────
*.log
logs/

# ── OS ────────────────────────────────────────────────────────
.DS_Store
desktop.ini
