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

# Virtual environments
.venv/
venv/
env/

# pytest
.pytest_cache/

# Coverage
.coverage
htmlcov/

# OS
.DS_Store
