Add .env files to gitignore and update README with setup instructions

- Add .env.dev and .env.prod to .gitignore
- Document environment variable configuration in README
- Include instructions for generating secure keys

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 20:40:00 -05:00
parent 49ef87ea50
commit 10407415f0
2 changed files with 53 additions and 2 deletions

2
.gitignore vendored
View File

@@ -130,6 +130,8 @@ celerybeat.pid
# Environments
.env
.env.dev
.env.prod
.venv
env/
venv/