20 lines
225 B
Plaintext
20 lines
225 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
env/
|
|
venv/
|
|
.env
|
|
|
|
# Configuration / Secrets
|
|
# Falls die YAML sensible Daten enthält, hier aufnehmen:
|
|
# config.yaml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Configuration file
|
|
config.yaml
|