Files
ODrive/.gitignore
2022-01-22 17:58:16 -05:00

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/