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

# Virtual envs
.venv/
venv/

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Byte-compiled
__pycache__/
*.py[cod]
