Add .gitignore for venv
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ViRGe7WHuUXUpHqvUfuW5r
This commit is contained in:
parent
f0479d604a
commit
f12ab4e3a0
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Loading…
Reference in a new issue