# IDEs
.vscode/
__debug_bin
.idea/
.DS_Store
.swp
*~

# Python cache files
__pycache__/
*.egg-info/

.coverage
bin

coverage.xml
htmlcov/
