# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
