# ── Python ──────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*
*.cover

# ── Node.js / TypeScript ───────────────────────────────────
node_modules/
dist/
*.tsbuildinfo
.turbo/
.next/
coverage/
*.js.map

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

# ── Environment / Secrets ──────────────────────────────────
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
