gitignore

This commit is contained in:
Victor Hall 2022-12-17 22:34:07 -05:00
parent 179fd5395b
commit 515adb9aea
2 changed files with 14 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/venv
**/__pycache__
**/*.ckpt
/input/**
/output/**
/ckpt_cache/**
**/.pytest_cache
/logs/**
/tmp/**

5
.pylintrc Normal file
View File

@ -0,0 +1,5 @@
[TYPECHECK]
generated-members=numpy.*, torch.*
[FORMAT]
max-line-length=160