Add .gitignore

This commit is contained in:
Stefan Hacker
2026-03-19 13:02:44 +01:00
commit 44fb27801d
+26
View File
@@ -0,0 +1,26 @@
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Umgebung
.env
!.env.example
# Daten und Konfiguration (enthalten Passwörter)
data/
config/
# Virtual Environment
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# pytest
.pytest_cache/