Compare commits
3 Commits
f0276bd4d5
...
87842c50bb
| Author | SHA1 | Date | |
|---|---|---|---|
| 87842c50bb | |||
| 1a610fa6e7 | |||
| e77725525c |
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,8 +1,24 @@
|
||||
# Bibliographie- und Datendateien
|
||||
*.bib
|
||||
*.csv
|
||||
*.html
|
||||
*.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
|
||||
|
||||
Reference in New Issue
Block a user