# environments
.envrc
.venv

# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# pytest
.coverage
.pytest_cache/

# Stempelwerk
*_Debug.txt
.last_run
