.env files contain sensitive credentials and should never be committed to git. Removed .env-prod from tracking while preserving local file.
9 lines
67 B
Text
9 lines
67 B
Text
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
temp/
|
|
logs/
|
|
.DS_Store
|
|
.env
|
|
.env-prod
|
|
.env
|