# ── Python ─────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/

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

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

# ── Testing & linting caches ─────────────────────────────────────
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# ── Node.js (demo projects) ──────────────────────────────────────
node_modules/
dist/
package-lock.json
.vite/

# ── OS files ──────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini

# ── Traces and outputs ───────────────────────────────────────────
.traces/
output/
