# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/

# SQLite databases (generated by CheckpointStore)
*.db

# Ruff
.ruff_cache/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# MkDocs build output
site/

# Internal design documents and plans (local only)
design/
plans/

# Worktrees
.worktrees/

# Environment files
.env*

# OS
.DS_Store
Thumbs.db
.hypothesis/
