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

# Claude Code
CLAUDE.local.md
settings.local.json
docs/workspace/

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/
*.egg-info/
dist/
build/
.ruff_cache/
.pytest_cache/
