__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.db
/data/
node_modules/
package-lock.json
runs

# Per-directory Claude Code settings created by running `claude` with cwd
# inside this repo (e.g. integrations/claude-code/scripts/) — not part of
# any integration, just local IDE-ish state.
**/.claude/settings.local.json
