31 lines
347 B
Plaintext
31 lines
347 B
Plaintext
# 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
|