1
+ # Python-gitignore: https://github.com/github/gitignore/blob/main/Python.gitignore
2
+
3
+ # Byte-compiled / optimized / DLL files
4
+ __pycache__ /
5
+ * .py [cod ]
6
+ * $py.class
7
+
8
+ # C extensions
9
+ * .so
10
+
11
+ # Distribution / packaging
12
+ .Python
13
+ build /
14
+ develop-eggs /
15
+ dist /
16
+ downloads /
17
+ eggs /
18
+ .eggs /
19
+ lib /
20
+ lib64 /
21
+ parts /
22
+ sdist /
23
+ var /
24
+ wheels /
25
+ share /python-wheels /
26
+ * .egg-info /
27
+ .installed.cfg
28
+ * .egg
29
+ MANIFEST
30
+
31
+ # PyInstaller
32
+ # Usually these files are written by a python script from a template
33
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
34
+ * .manifest
35
+ * .spec
36
+
37
+ # Installer logs
38
+ pip-log.txt
39
+ pip-delete-this-directory.txt
40
+
41
+ # Unit test / coverage reports
42
+ htmlcov /
43
+ .tox /
44
+ .nox /
45
+ .coverage
46
+ .coverage. *
47
+ .cache
48
+ nosetests.xml
49
+ coverage.xml
50
+ * .cover
51
+ * .py,cover
52
+ .hypothesis /
53
+ .pytest_cache /
54
+ cover /
55
+
56
+ # Translations
57
+ * .mo
58
+ * .pot
59
+
60
+ # Django stuff:
61
+ * .log
62
+ local_settings.py
63
+ db.sqlite3
64
+ db.sqlite3-journal
65
+
66
+ # Flask stuff:
67
+ instance /
68
+ .webassets-cache
69
+
70
+ # Scrapy stuff:
71
+ .scrapy
72
+
73
+ # Sphinx documentation
74
+ docs /_build /
75
+
76
+ # PyBuilder
77
+ .pybuilder /
78
+ target /
79
+
80
+ # Jupyter Notebook
81
+ .ipynb_checkpoints
82
+
83
+ # IPython
84
+ profile_default /
85
+ ipython_config.py
86
+
87
+ # pyenv
88
+ # For a library or package, you might want to ignore these files since the code is
89
+ # intended to run in multiple environments; otherwise, check them in:
90
+ # .python-version
91
+
92
+ # pipenv
93
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
95
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
96
+ # install all needed dependencies.
97
+ # Pipfile.lock
98
+
99
+ # poetry
100
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
101
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
102
+ # commonly ignored for libraries.
103
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
104
+ # poetry.lock
105
+
106
+ # pdm
107
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
108
+ # pdm.lock
109
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
110
+ # in version control.
111
+ # https://pdm.fming.dev/#use-with-ide
112
+ .pdm.toml
113
+
114
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115
+ __pypackages__ /
116
+
117
+ # Celery stuff
118
+ celerybeat-schedule
119
+ celerybeat.pid
120
+
121
+ # SageMath parsed files
122
+ * .sage.py
123
+
124
+ # Environments
125
+ .env
126
+ .venv
127
+ env /
128
+ venv /
129
+ ENV /
130
+ env.bak /
131
+ venv.bak /
132
+
133
+ # Spyder project settings
134
+ .spyderproject
135
+ .spyproject
136
+
137
+ # Rope project settings
138
+ .ropeproject
139
+
140
+ # mkdocs documentation
141
+ /site
142
+
143
+ # mypy
144
+ .mypy_cache /
145
+ .dmypy.json
146
+ dmypy.json
147
+
148
+ # Pyre type checker
149
+ .pyre /
150
+
151
+ # pytype static type analyzer
152
+ .pytype /
153
+
154
+ # Cython debug symbols
155
+ cython_debug /
156
+
157
+ # PyCharm
158
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
159
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
161
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
+ # .idea/
163
+
164
+
165
+ # VSCode
166
+ .vscode /
167
+
168
+ # data
169
+ data / # folder
170
+ data # symbolic link
171
+ work_dirs /
172
+
173
+ # cache
174
+ birdview_v2_cache /
175
+
176
+ # root
177
+ external_paths /
178
+
179
+ # simulation
180
+ carla /
181
+ simulation /birdview_v2_cache /
182
+ simulation /data_collection /scripts /
183
+ simulation /data_collection /batch_run /
184
+ birdview_v2_cache
185
+ # simulation/leaderboard/team_code/pnp_config/
186
+
187
+ # visualization
188
+ visualization /results
189
+
190
+ # linked dataset
191
+ . /data /
192
+
193
+ # results
194
+ out_dir /
195
+
196
+ # tool function
197
+ # simulation/leaderboard/data/scenarios/split_all_scenarios_json.py
198
+ utils_g /
199
+
200
+ # experiment scenario trigger points
201
+ # simulation/leaderboard/data/scenarios/all_towns_traffic_scenarios.json
202
+ # simulation/leaderboard/data/scenarios/town01_all_scenarios_extra.json
203
+ # simulation/leaderboard/data/scenarios/town02_all_scenarios_extra.json
204
+ # simulation/leaderboard/data/scenarios/town03_all_scenarios_extra.json
205
+ # simulation/leaderboard/data/scenarios/town04_all_scenarios_extra.json
206
+ # simulation/leaderboard/data/scenarios/town05_all_scenarios_extra.json
207
+ # simulation/leaderboard/data/scenarios/town06_all_scenarios_extra.json
208
+
209
+ # redundant agent configs
210
+ # simulation/leaderboard/team_code/agent_config
211
+ # simulation/leaderboard/team_code/agent_config_e2e
212
+ # simulation/leaderboard/team_code/agent_config_e2e_baseline
213
+ # scripts/batch_run
214
+
215
+ # baseline ckpt
216
+ * .pth
217
+ * .th
218
+ * .ckpt
219
+
220
+
221
+ # auto-generated documentation
222
+ docs /build
223
+
224
+
225
+
226
+ # Byte-compiled / optimized / DLL files
227
+ .DS_Store
228
+
229
+ # Distribution / packaging
230
+ pip-wheel-metadata /
231
+
232
+
233
+ # Pyre type checker
234
+ logs /
235
+ * .c
236
+
237
+
238
+ # others
239
+ pypcd /
240
+ opv2v_data_dumping
241
+ logs /
242
+ dataset_link
243
+ data_vis /
244
+ icp /vis_result
245
+ icp /npy_result
246
+ opencood /visualization /draw_fancy /result *
247
+ opencood /visualization /draw_fancy /dataset *
248
+ opencood /visualization /draw_box_align /vis_result
249
+ opencood /visualization /draw_box_align /result_ *
250
+ keypoints_file
251
+ vis_result /
252
+ image_compare /
253
+ box_align_items
254
+ stage1_boxes /
255
+ bash_script /
256
+ dataset /
257
+ opencood /logs
258
+ opencood /logs_HEAL
259
+ opencood /logs_baseline
260
+ opencood /models /heter_SECOND_lift_splat_2stage_dense_redet.py
261
+ opencood /models /heter_SECOND_lift_splat_2stage_redet.py
262
+ opencood /loss /heterception_redet_loss.py
263
+ opencood /hypes_yaml /opv2v /heter
264
+ . /vscode
265
+ results /
266
+ checkpoints /
0 commit comments