# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.coverage
htmlcov/
.tox/

# Editors
.idea/
.vscode/
