.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/
|
data/
|
||||||
|
|
||||||
# python
|
# python
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user