# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build artifacts
build/
dist/
dist.v*/

# Environments
.venv/
venv/
.env
.env.local

# Local DB / state
*.db
*.db-shm
*.db-wal

# Editor / IDE / OS
.DS_Store
.claude/
.windsurf/
.idea/
.vscode/

# Node (integrations)
node_modules/
integrations/**/node_modules/
integrations/**/dist/
integrations/**/.paperclip-sdk/
