28 lines
384 B
Plaintext
28 lines
384 B
Plaintext
# Bibliographie- und Datendateien
|
|
*.csv
|
|
*.json
|
|
*.html
|
|
*.png
|
|
|
|
# Python-Cache und Bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# macOS-spezifische Dateien
|
|
.DS_Store
|
|
.CFUserTextEncoding
|
|
*.AppleDouble
|
|
|
|
# VS Code Einstellungen
|
|
.vscode/
|
|
|
|
# Jupyter Artefakte (optional)
|
|
.ipynb_checkpoints/
|
|
|
|
# Logdateien
|
|
*.log
|
|
|
|
# Lokale Konfigurationen (nicht in Git einchecken)
|
|
config_netzwerk.py
|
|
config_korrelation.py
|