# Python > Build
*.py[cod]
*.egg-info
**/__pycache__/

# Python > Cache
.pytest_cache/

# Python > Coverage
.coverage
coverage_html_report/

# Environment
.venv/

# Ide
.vscode/

# Local files
local/


