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:
parent
96f96c919b
commit
ba45f7ea77
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,7 +3,8 @@
|
|||
*.g2n
|
||||
.DS_Store
|
||||
*.setup_complete
|
||||
.env/
|
||||
.env
|
||||
.venv/
|
||||
.idea/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue