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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.code-workspace

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# Zonny cache
.zonny_cache/

# OS
.DS_Store
Thumbs.db

# Distribution
*.whl
*.tar.gz
