mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-05 22:52:02 +08:00
68 lines
756 B
Plaintext
68 lines
756 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
.hypothesis/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
#Ipython Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Tup
|
|
.tup
|
|
tup.config
|
|
|
|
# Sphinx documentation
|
|
/docs/_build/
|
|
|
|
# Autogenerated API reference
|
|
/docs/_api
|
|
/docs/_includes/apiindex.html
|
|
|
|
# Jekyll HTML documention and artifacts
|
|
/docs/ruby-bundle
|
|
/docs/_site
|
|
/docs/.bundle/config
|
|
/docs/.jekyll-metadata
|
|
|
|
|
|
*.exe
|
|
|
|
ODrive\.config
|
|
|
|
ODrive\.creator
|
|
|
|
ODrive\.creator\.user
|
|
|
|
ODrive\.files
|
|
|
|
ODrive\.includes
|
|
|
|
Firmware/Tests/bin/
|
|
|
|
# GUI
|
|
GUI/dist_electron
|
|
GUI/node_modules
|
|
GUI/build
|
|
|
|
docs/reStructuredText/_build/
|