# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.venv-dev/
.venv-release/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/

# Local data
*.sqlite
*.sqlite-journal
*.log
*.lock
*.tmp

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Frontend (future phases)
node_modules/
.next/
.vite/
dist/

# ClawsomeFlow runtime data (not committed; lives in ~/.clawsomeflow/)

# Local AI docs (user-private)
CLAUDE.md
DEV.md
API.md
.docs-vcs.git/
