Codebase list colorcet / 0cfaaa5f-8e2d-4506-92c6-898391fe29e2/main .gitignore
0cfaaa5f-8e2d-4506-92c6-898391fe29e2/main

Tree @0cfaaa5f-8e2d-4506-92c6-898391fe29e2/main (Download .tar.gz)

.gitignore @0cfaaa5f-8e2d-4506-92c6-898391fe29e2/mainraw · history · blame

*.py[cod]
*~
*.egg
*.egg-info
*.swp
*.DS_Store
*.so
*.o
*.out
*.lock
/doc/_build
/doc/Reference_Manual/*
!/doc/Reference_Manual/index.rst
.ipynb_checkpoints
.coverage
__pycache__
.doit*
*.egg-info
*/.version
pip-wheel-metadata
**.ipynb_checkpoints

# nbsite
# these files normally shouldn't be checked in as they should be
# dynamically built from notebooks
doc/**/*.rst
doc/**/*.ipynb
doc/**/*.json
# this dir contains the whole website and should not be checked in on master
builtdocs/