mirror of
https://github.com/commaai/openpilot.git
synced 2026-03-27 07:02:06 +00:00
89 lines
928 B
Plaintext
89 lines
928 B
Plaintext
venv/
|
|
.venv/
|
|
.ci_cache
|
|
.env
|
|
.clang-format
|
|
.DS_Store
|
|
.tags
|
|
.ipynb_checkpoints
|
|
.idea
|
|
.overlay_init
|
|
.overlay_consistent
|
|
.sconsign.dblite
|
|
a.out
|
|
.hypothesis
|
|
.cache/
|
|
bin/
|
|
|
|
*.mp4
|
|
*.dylib
|
|
*.DSYM
|
|
*.d
|
|
*.pem
|
|
*.pyc
|
|
*.pyo
|
|
.*.swp
|
|
.*.swo
|
|
.*.un~
|
|
*.tmp
|
|
*.o
|
|
*.o-*
|
|
*.os
|
|
*.os-*
|
|
*.so
|
|
*.a
|
|
*.clb
|
|
*.class
|
|
*.pyxbldc
|
|
*.vcd
|
|
*.mo
|
|
*_pyx.cpp
|
|
*.stats
|
|
*.pkl
|
|
*.pkl*
|
|
config.json
|
|
compile_commands.json
|
|
compare_runtime*.html
|
|
|
|
# build artifacts
|
|
selfdrive/pandad/pandad
|
|
cereal/services.h
|
|
cereal/gen
|
|
cereal/messaging/bridge
|
|
selfdrive/ui/translations/tmp
|
|
selfdrive/car/tests/cars_dump
|
|
system/camerad/camerad
|
|
system/camerad/test/ae_gray_test
|
|
|
|
.coverage*
|
|
coverage.xml
|
|
htmlcov
|
|
|
|
# openpilot log files
|
|
*.bz2
|
|
*.zst
|
|
*.rlog
|
|
|
|
build/
|
|
|
|
!**/.gitkeep
|
|
|
|
|
|
### VisualStudioCode ###
|
|
*.vsix
|
|
.history
|
|
.ionide
|
|
.vscode/*
|
|
.history/
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# agents
|
|
.claude/
|
|
.context/
|
|
PLAN.md
|
|
TASK.md
|