__pycache__/

# editors
.vscode
.idea/

# log files + rotating logs
*.log
*.log.*

# setuptools
dist/
build/
*.egg-info/

# pytest
.cache/