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

# Virtual environments
.venv/
venv/
env/
.env

# PyCharm
.idea/

# VS Code
.vscode/

# macOS
.DS_Store

# Testing
.tox/
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.tar.gz
*.zip

# Claude
.claude/
