UniBioTransfer / my_py_lib /.gitignore
scy639's picture
Upload folder using huggingface_hub
08c0a40 verified
raw
history blame contribute delete
256 Bytes
# ---------------- below from https://stackoverflow.com/questions/11852558/gitignore-only-allow-certain-extensions-and-files
*
!.gitattributes
!.gitignore
!readme.md
!.gitkeep
!*.py
!*/
#--------------------
ttt*.py
__pycache__
.idea
bin_recycle