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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Generated
docs/

# OS
.DS_Store
Thumbs.db
*.docx
