ferrero-opentext/Python-Version/.gitignore
nick.viljoen fc9539d4b5 Security: Add .env files to .gitignore
.env files contain sensitive credentials and should never be committed to git.
  Removed .env-prod from tracking while preserving local file.
2026-01-31 18:07:44 +00:00

9 lines
67 B
Text

venv/
__pycache__/
*.pyc
temp/
logs/
.DS_Store
.env
.env-prod
.env