# Dotenv files
./.env*

# Editor specific
.vscode

# Virtual environments
*env*

.*_cache/
__pycache__/
*.egg-info/
.coverage
