Feat: init git repo
This commit is contained in:
commit
0e4c9c0fea
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
**/*.swp
|
||||||
|
**/*.aux
|
||||||
|
**/*.log
|
||||||
|
**/*.nav
|
||||||
|
**/*.out
|
||||||
|
**/*.snm
|
||||||
|
**/*.toc
|
||||||
|
**/*.fls
|
||||||
|
**/*.vrb
|
||||||
|
**/*.fdb_latexmk
|
||||||
|
**/*.synctex.gz
|
||||||
|
**/*.tkzfct.*
|
||||||
|
**/*.tdo
|
||||||
|
**/*.amc
|
||||||
|
|
||||||
|
**/tmp/*
|
||||||
|
|
||||||
|
test/
|
||||||
|
*~
|
||||||
|
|
||||||
|
**/.~lock*
|
||||||
|
**/__pycache__/
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
video/
|
Loading…
Reference in New Issue
Block a user