mirror of https://github.com/commaai/openpilot.git
106 lines
1.3 KiB
Plaintext
106 lines
1.3 KiB
Plaintext
venv/
|
|
.venv/
|
|
.ci_cache
|
|
.env
|
|
.clang-format
|
|
.DS_Store
|
|
.tags
|
|
.ipynb_checkpoints
|
|
.idea
|
|
.overlay_init
|
|
.overlay_consistent
|
|
.sconsign.dblite
|
|
model2.png
|
|
a.out
|
|
.hypothesis
|
|
|
|
/docs_site/
|
|
|
|
*.dylib
|
|
*.DSYM
|
|
*.d
|
|
*.pyc
|
|
*.pyo
|
|
.*.swp
|
|
.*.swo
|
|
.*.un~
|
|
*.tmp
|
|
*.o
|
|
*.o-*
|
|
*.os
|
|
*.os-*
|
|
*.so
|
|
*.a
|
|
*.clb
|
|
*.class
|
|
*.pyxbldc
|
|
*.vcd
|
|
*.qm
|
|
config.json
|
|
clcache
|
|
compile_commands.json
|
|
compare_runtime*.html
|
|
|
|
persist
|
|
selfdrive/pandad/pandad
|
|
cereal/services.h
|
|
cereal/gen
|
|
cereal/messaging/bridge
|
|
selfdrive/logcatd/logcatd
|
|
selfdrive/mapd/default_speeds_by_region.json
|
|
system/proclogd/proclogd
|
|
selfdrive/ui/translations/alerts_generated.h
|
|
selfdrive/ui/translations/tmp
|
|
selfdrive/test/longitudinal_maneuvers/out
|
|
selfdrive/car/tests/cars_dump
|
|
system/camerad/camerad
|
|
system/camerad/test/ae_gray_test
|
|
|
|
notebooks
|
|
hyperthneed
|
|
provisioning
|
|
|
|
.coverage*
|
|
coverage.xml
|
|
htmlcov
|
|
pandaextra
|
|
|
|
.mypy_cache/
|
|
flycheck_*
|
|
|
|
cppcheck_report.txt
|
|
comma*.sh
|
|
|
|
selfdrive/modeld/thneed/compile
|
|
selfdrive/modeld/models/*.thneed
|
|
selfdrive/modeld/models/*.pkl
|
|
|
|
*.bz2
|
|
*.zst
|
|
|
|
build/
|
|
|
|
!**/.gitkeep
|
|
|
|
poetry.toml
|
|
Pipfile
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|