29 lines
265 B
Plaintext
29 lines
265 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
logs/
|
|
backups/
|
|
data/
|
|
plugins/
|
|
*.pem
|
|
*.key
|
|
secrets/
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Import- und Sicherungsartefakte
|
|
BACKUP/
|
|
backup/
|
|
backups/
|