diff --git a/.gitignore b/.gitignore index a85df29..c010749 100644 --- a/.gitignore +++ b/.gitignore @@ -1,47 +1,3 @@ -# raw data -data/ - -# local backup files -*.BAK - # vim swap files *.swp *.swo - -# extra large files -*.bag - -# CodeBlocks temporary files -*.layout -*.depend - -# PyCharm bullshit -.idea - -# python cache -*.pyc - -# other data files -*.csv -*.pdf - -# Catkin bullshit -.catkin_tools - -# build related files -obj/ -objs/ -build/ - -# weight files (too large to be included) -*.weights* - -# testing images, videos etc. -# *.png -*.jpg -*.jpeg -*.gif -*.avi -*.mpg -*.mpeg -*.mp4