# Bytes
__pycache__/
*.py[cod]

# Distribution / Build
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environments
.env
.venv
env/
venv/
