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

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
