forked from amov-lab/Prometheus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (40 loc) · 796 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# compilation and distribution
__pycache__
_ext
*.pyc
nano.save
.catkin_workspace
build/
devel/
dist/
.vscode/
Modules/object_detection_landing/
Modules/object_detection_persistence/
Modules/object_detection_yolov5openvino/
Modules/object_detection_yolov5tensorrt/
Modules/object_detection_circlex/
Modules/data/
Modules/object_detection_oneshot/
Modules/object_detection/py_nodes/yolov5_tensorrt_server/build/
Modules/common/CMakeLists.txt
Modules/ego_planner_swarm/CMakeLists.txt
Modules/motion_planning/CMakeLists.txt
Modules/simulator_utils/CMakeLists.txt
# pytorch/python/numpy formats
# *.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Pycharm editor settings
.idea
# project dirs
/datasets
/models
ORBvoc.txt