Add gitignore

This commit is contained in:
Bertrand Benjamin 2018-09-06 11:00:00 +02:00
commit 13a55e22dd
1 changed files with 20 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
**/*.swp
**/*.aux
**/*.log
**/*.nav
**/*.out
**/*.snm
**/*.toc
**/*.fls
**/*.fdb_latexmk
**/*.synctex.gz
**/*.tkzfct.*
test/
*~
**/.~lock*
**/__pycache__/
.ipynb_checkpoints/
.venv/