Add .gitignore

This commit is contained in:
Stefan Hacker 2026-03-19 13:02:44 +01:00
commit 44fb27801d
1 changed files with 26 additions and 0 deletions

26
.gitignore vendored Normal file
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/