

# Shhh... code is sleeping in here
zzz/

# Keep IDE mess out of the project!
.vscode

# Keep that outta the way!
**/__pycache__

# Don't send the venv!
cfxenv

# Don't upload a Pytest coverage report
.coverage