kinect/codes/pyukf_kinect_body_tracking-.../.gitignore

38 lines
469 B
Plaintext
Raw Normal View History

2024-03-07 17:52:36 +00:00
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
########
*.pyc
.__pycache__*
.test_notebook-checkpoint*