.gitignore: Python-venv (.venv/, venv/) ausschließen
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
data/
|
||||
|
||||
# python
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user