gitignore
This commit is contained in:
parent
43cc7fb1eb
commit
b21a8cd914
16
.gitignore
vendored
16
.gitignore
vendored
@ -1 +1,17 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
# Generische Python-Ignorierungen
|
||||||
|
|
||||||
|
# Kompilierte Python-Dateien
|
||||||
|
*.pyc
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Virtuelle Umgebungen (häufige Namen)
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# Abhängigkeitsdateien (z.B. bei Setuptools/pip)
|
||||||
|
*.egg-info/
|
||||||
|
.eggs/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user