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

# Build
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/
*.swp

# OS
.DS_Store

# uv
.uv/

# Claude
.claude/