# ── OS ────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
Desktop.ini

# ── IDE / Editor ──────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~

# ── Environment ───────────────────────────────────────────────────────
.env

# ── Python ────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.ty/

# ── Node.js ───────────────────────────────────────────────────────────
node_modules/

# ── Testing & coverage ───────────────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
*.log
