Add venv/ and instance/ to .gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3d735707e5
commit
eca8dab1a8
|
|
@ -12,6 +12,8 @@ __pycache__/
|
|||
*.pyo
|
||||
*.pyd
|
||||
.env
|
||||
venv/
|
||||
instance/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue