mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +08:00
* Add safety headers to package * include path * it's for the whole project * update * guard
32 lines
393 B
Plaintext
32 lines
393 B
Plaintext
/build/
|
|
.mypy_cache/
|
|
*.pyc
|
|
*.os
|
|
*.o
|
|
*.so
|
|
*.a
|
|
*.tmp
|
|
*.dylib
|
|
.*.swp
|
|
.DS_Store
|
|
.sconsign.dblite
|
|
.hypothesis
|
|
*.egg-info/
|
|
*.html
|
|
*.gcda
|
|
*.gcno
|
|
|
|
uv.lock
|
|
/dist/
|
|
|
|
opendbc/can/build/
|
|
opendbc/can/obj/
|
|
opendbc/can/packer_pyx.cpp
|
|
opendbc/can/parser_pyx.cpp
|
|
opendbc/can/packer_pyx.html
|
|
opendbc/can/parser_pyx.html
|
|
opendbc/dbc/*_generated.dbc
|
|
|
|
cppcheck-addon-ctu-file-list
|
|
opendbc/safety/tests/coverage-out
|