This commit is contained in:
2025-04-16 08:37:05 +02:00
commit 8ea531ffcc

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Python-spezifische Dateien und Verzeichnisse
.pyc
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
venv/
env/
.venv/
local_settings.py
.vscode/
.idea/
*.swp
*.swo
# Test-Dateien und -Verzeichnisse
tests/
__pycache__/tests/
*.test.py
*.spec.py
.pytest_cache/
.coverage
*.coverage
.tox/
.mypy_cache/
# Dokumentation
docs/
_build/
.DS_Store
# Statische Analyse und Linting
.pylintrc
.flake8rc
.mypy.ini
.codespellrc
# Sonstige
*.log
*.tmp
*.bak
*.DS_Store
# Bilder-Ordner (und alles darin)
bilder/