# ── Python ───────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl
pip-wheel-metadata/

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

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

# ── Type checking ────────────────────────────────────────────────────
.mypy_cache/
.pytype/

# ── IDEs ─────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~

# ── OS ───────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
*.bak
*.tmp

# ── Docs ─────────────────────────────────────────────────────────────
site/

# ── Cloq local data ─────────────────────────────────────────────────
.cloq/
*.audit.log
