# Claude
.claude/

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

# Virtual environment
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Documentation build
site/

# Distribution
*.whl
*.tar.gz
