2014-04-27 16:55:58 -07:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
2014-05-13 22:37:59 -07:00
|
|
|
MANIFEST
|
2018-10-27 10:52:29 +01:00
|
|
|
docs/manual/.ipynb_checkpoints/*
|
2014-04-27 16:55:58 -07:00
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
build/
|
|
|
|
dist/
|
2015-03-25 21:48:03 -07:00
|
|
|
demo/
|
2014-07-27 22:42:23 -07:00
|
|
|
*.egg-info/
|
2014-04-27 16:55:58 -07:00
|
|
|
|
|
|
|
# Sphinx documentation
|
2015-02-23 22:19:55 -08:00
|
|
|
docs/_*
|
2015-03-01 17:28:06 -08:00
|
|
|
docs/.*
|
2015-07-29 18:58:21 +02:00
|
|
|
docs/tmp/
|
2018-02-17 14:14:09 +01:00
|
|
|
docs/api/
|
2014-05-08 22:37:37 -07:00
|
|
|
|
|
|
|
.DS_Store
|
2014-07-25 21:44:08 +03:00
|
|
|
|
|
|
|
*~
|
2018-02-10 17:59:39 +01:00
|
|
|
.vscode
|
2018-02-10 19:15:14 +01:00
|
|
|
test/
|