Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniolrm committed Nov 4, 2021
1 parent b602de8 commit 7276ba8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Python temporaries
**/__pycache__/*
*.py[cod]
*.egg
MANIFEST

### Jupyter temporaries
**/.ipynb_checkpoints

## Latex temporaries
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
manuscript.pdf
*.synctex.gz
*.fdb_latexmk

0 comments on commit 7276ba8

Please sign in to comment.