# ─── OS ────────────────────────────────
.DS_Store
Thumbs.db

# ─── Env ───────────────────────────────
.env
.env.local
.env.*.local
!.env.example

# ─── Editor ────────────────────────────
.idea/
.vscode/

# ─── Python ────────────────────────────
__pycache__/
*.py[cod]
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.venv/
venv/
env/

# ─── Node ──────────────────────────────
node_modules/
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*

# ─── Go ────────────────────────────────
bin/
*.exe
*.exe~
*.dll
*.dylib
*.test
*.out
coverage.*
profile.cov

# ─── Local data ────────────────────────
/data/
/tmp/
