Kalman-and-Bayesian-Filters.../.gitignore
Roger Labbe e1c3e8a8eb Added full ipynb and html for performance check.
The mathjax takes forever to render in the notebook. As in
it's been going for 38 minutes and it is still not done.
2015-03-03 13:18:37 -08:00

65 lines
728 B
Plaintext

# test document not for distribution
short.pdf
10_Unscented_Kalman_Filter_.ipynb
tmp.ipynb
Kalman_and_Bayesian_Filters_in_Python_files/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.ipynb_checkpoints/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# back ups
*.*~
*.zedstate