# IDEs / editors
.idea/
.vscode/

# General
/tmp
/_tmp
.cache

# Python
__pycache__/
*.py[cod]

# Python packaging and dev environments
/.pip
/venv

# Python testing
.coverage
.coverage.*
.pytest_cache
.tox/
