This commit is contained in:
Jalmari Tuominen
2025-11-27 08:59:35 +02:00
commit 60e6abc831
31 changed files with 1448 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.pkl
# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# LaTeX
*.aux
*.log
*.out
*.bbl
*.blg
*.synctex.gz
*.fls
*.fdb_latexmk
# OS
.DS_Store
Thumbs.db
# Output files (optional - you may want to commit these)
# output/plots/*.png
# output/tables/*.tex
# output/manuscript.pdf