# Environments
venv

# Progress tracking
TODOs.md

# Dev
tmp_work
dist

## Test coverage
.coverage
coverage.xml
htmlcov/

### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
