# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/
.venv/
venv/
env/

# ---- Node / JS / TS ----
node_modules/
*.tgz
.npm/
.pnpm-store/
*.tsbuildinfo

# ---- Build output ----
build/
dist/

# ---- Test / coverage output ----
coverage/

# ---- Framework runtime output ----
# .claude/framework/ holds the events.jsonl observability log (paths.events_log).
# NOTE: gitignore has no inline comments — keep patterns on their own lines.
.claude/framework/
.claude/settings.local.json

# ---- Editor / OS ----
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
