24 lines
296 B
Plaintext
24 lines
296 B
Plaintext
# Bibliographie- und Datendateien
|
|
*.bib
|
|
*.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 |