Initial
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user