100 lines
1.1 KiB
Plaintext
100 lines
1.1 KiB
Plaintext
venv/
|
|
.venv/
|
|
.ci_cache
|
|
.env
|
|
.clang-format
|
|
.DS_Store
|
|
.tags
|
|
.ipynb_checkpoints
|
|
.idea
|
|
.overlay_init
|
|
.overlay_consistent
|
|
.sconsign.dblite
|
|
a.out
|
|
.hypothesis
|
|
.cache/
|
|
|
|
/docs_site/
|
|
|
|
*.mp4
|
|
*.dylib
|
|
*.DSYM
|
|
*.d
|
|
*.pyc
|
|
*.pyo
|
|
.*.swp
|
|
.*.swo
|
|
.*.un~
|
|
*.tmp
|
|
*.o
|
|
*.o-*
|
|
*.os
|
|
*.os-*
|
|
*.so
|
|
*.a
|
|
*.clb
|
|
*.class
|
|
*.pyxbldc
|
|
*.vcd
|
|
*.mo
|
|
*_pyx.cpp
|
|
config.json
|
|
clcache
|
|
compile_commands.json
|
|
compare_runtime*.html
|
|
|
|
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
|
|
pandaextra
|
|
|
|
.mypy_cache/
|
|
flycheck_*
|
|
|
|
cppcheck_report.txt
|
|
comma*.sh
|
|
|
|
selfdrive/modeld/models/*.pkl
|
|
|
|
# openpilot log files
|
|
*.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
|
|
|
|
# rick - keep panda_tici standalone
|
|
panda_tici/
|