.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. venv/
  2. .venv/
  3. .ci_cache
  4. .env
  5. .clang-format
  6. .DS_Store
  7. .tags
  8. .ipynb_checkpoints
  9. .idea
  10. .overlay_init
  11. .overlay_consistent
  12. .sconsign.dblite
  13. model2.png
  14. a.out
  15. .hypothesis
  16. /docs_site/
  17. *.dylib
  18. *.DSYM
  19. *.d
  20. *.pyc
  21. *.pyo
  22. .*.swp
  23. .*.swo
  24. .*.un~
  25. *.tmp
  26. *.o
  27. *.o-*
  28. *.os
  29. *.os-*
  30. *.so
  31. *.a
  32. *.clb
  33. *.class
  34. *.pyxbldc
  35. *.vcd
  36. *.qm
  37. config.json
  38. clcache
  39. compile_commands.json
  40. compare_runtime*.html
  41. persist
  42. selfdrive/pandad/pandad
  43. cereal/services.h
  44. cereal/gen
  45. cereal/messaging/bridge
  46. selfdrive/logcatd/logcatd
  47. selfdrive/mapd/default_speeds_by_region.json
  48. system/proclogd/proclogd
  49. selfdrive/ui/translations/alerts_generated.h
  50. selfdrive/ui/translations/tmp
  51. selfdrive/test/longitudinal_maneuvers/out
  52. selfdrive/car/tests/cars_dump
  53. system/camerad/camerad
  54. system/camerad/test/ae_gray_test
  55. notebooks
  56. hyperthneed
  57. provisioning
  58. .coverage*
  59. coverage.xml
  60. htmlcov
  61. pandaextra
  62. .mypy_cache/
  63. flycheck_*
  64. cppcheck_report.txt
  65. comma*.sh
  66. selfdrive/modeld/thneed/compile
  67. selfdrive/modeld/models/*.thneed
  68. selfdrive/modeld/models/*.pkl
  69. *.bz2
  70. build/
  71. !**/.gitkeep
  72. poetry.toml
  73. Pipfile
  74. ### VisualStudioCode ###
  75. .vscode/*
  76. !.vscode/settings.json
  77. !.vscode/tasks.json
  78. !.vscode/launch.json
  79. !.vscode/extensions.json
  80. !.vscode/*.code-snippets
  81. # Local History for Visual Studio Code
  82. .history/
  83. # Built Visual Studio Code Extensions
  84. *.vsix
  85. ### VisualStudioCode Patch ###
  86. # Ignore all local history of files
  87. .history
  88. .ionide