27 lines
240 B
Plaintext
27 lines
240 B
Plaintext
__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/
|