
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/

# Environment
.env
.venv/
