add gitignore
This commit is contained in:
parent
61e6ef20fd
commit
f338c20f4a
|
@ -0,0 +1,10 @@
|
||||||
|
*.csv
|
||||||
|
*.log
|
||||||
|
*.pickle
|
||||||
|
*.mp4
|
||||||
|
|
||||||
|
.cache/
|
||||||
|
.eggs/
|
||||||
|
__pycache__/
|
||||||
|
.pytest_cache
|
||||||
|
cache/
|
Loading…
Reference in New Issue