# macOS
.DS_Store
.AppleDouble
.LSOverride

# Editors
.idea/
.vscode/
*.swp
*.swo

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

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

# Env / secrets
.env
.env.*
!.env.example

# Local artifacts / scratch
tmp/
scratch/
*.local

# Per-machine Claude Code settings (project-shared settings live in .claude/settings.json)
.claude/settings.local.json

# Internal working notes, scope research, and drafts kept locally, not published
.research/

# Logs
*.log
logs/
