gitignore
This commit is contained in:
parent
179fd5395b
commit
515adb9aea
|
@ -0,0 +1,9 @@
|
||||||
|
/venv
|
||||||
|
**/__pycache__
|
||||||
|
**/*.ckpt
|
||||||
|
/input/**
|
||||||
|
/output/**
|
||||||
|
/ckpt_cache/**
|
||||||
|
**/.pytest_cache
|
||||||
|
/logs/**
|
||||||
|
/tmp/**
|
Loading…
Reference in New Issue