forked from MasoudJTehrani/PCLA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (30 loc) · 943 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (30 loc) · 943 Bytes
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
__pycache__/
plant_viz/
pcla_agents/*pretrained*/
wandb/
pretrained/
eval/
.venv/
venv/
env/
.pytest_cache/
.ipynb_checkpoints/
pcla_agents/pretrained.zip
.vscode
graphify-out/
# Run logs (e.g. Autoware agent: sample_autoware.log, tl_test.log)
*.log
# Apollo agent — SHELVED, not ready to publish (resume: pcla_agents/apollo/RESUME_HERE.md).
# Keep everything Apollo local until the 0.9.16 bridge (Option 3) is built.
pcla_agents/apollo/
documents/apollo_integration_plan.md
# Big runtime assets — kept OUT of git, delivered via a GitHub Release and fetched by
# pcla_functions/download_assets.py (BEV maps, speed limits, town pickles, car_data).
pcla_agents/**/birds_eye_view/maps*/
pcla_agents/**/hdmap/maps*/
pcla_agents/**/speed_limits/*.npy
pcla_agents/**/util/Town*.pickle
pcla_agents/plant2/car_data.npy
# local build dir + the archive itself (upload the archive to the Release; never commit it)
_release_assets/
pcla_assets.zip