Update .gitignore: ignore .env file and .venv/ directory

Replace .env/ (stale virtualenv) with .env (1Password-managed secrets file)
and .venv/ (uv virtualenv directory).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Troutman 2026-03-07 21:12:28 -06:00
parent 96f96c919b
commit ba45f7ea77
No known key found for this signature in database

3
.gitignore vendored
View file

@ -3,7 +3,8 @@
*.g2n
.DS_Store
*.setup_complete
.env/
.env
.venv/
.idea/
__pycache__/
*.pyc