
# IDEs and Code editors
.vscode
.idea
.venv
.exrc

# Python output
.python
*.egg-info
__pycache__

# Setup output
build/
dist/

# Results output
result

# Testing
.tox
.coverage
.coverage.*
