1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# Eclipse/pycharm settings files
.idea
.project
.pydevproject
# editor backup files
*.swp
*~
*.bak
# build/test
.settings
.coverage
/build/
/dist/
/bumps.egg-info/
bumps.iss-include
iss-version
bumps/_version.py
# doc targets
/doc/_build/
/doc/api/
/doc/tutorial/
/doc/dream/
# python droppings from running in place
__pycache__/
*.pyc
*.pyo
*.so
*.pyd
*.dll
*.dyld
# run in place sets .mplconfig
.mplconfig
bumps/webview/client/node_modules/
bumps/webview/client/dist
|