# Virtual Environment
venv/

# Python
__pycache__/
*.pyc

# Environment
.env
node_modules

# IDE
.vscode/
.idea/

# Environment files. .env was ignored but .env.production was not, which is
# how .env.development/.env.local/.env.production/.env.testing came to be
# committed with live secrets in them.
.env
.env.*
!.env.example
