# python-stuff
*.egg-info/
.eggs
dist/
build/
*.pyc
__pycache__/

# testing
.coverage
env/
env3/
*.log
tmp/
venv/

# editors
.vscode/
.tox
