add .git ignore

This commit is contained in:
Kim Diallo 2026-02-13 15:23:19 +01:00
parent 913d0b16d5
commit d7e8caa3fc
1 changed files with 43 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@ -0,0 +1,43 @@
# Python-spezifisch
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtuelle Umgebungen
.env/
env/
venv/
ENV/
# Build-Artefakte & Metadaten
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Flask/Runtime
instance/
.webassets-cache
# Systemdateien
.DS_Store
Thumbs.db
# IDEs
.vscode/
.idea/