##// END OF EJS Templates
ipexec: prevent output coloring under PyCharm...
ipexec: prevent output coloring under PyCharm QOL thing that fixes test suite fails under PyCharm

File last commit:

r26642:dd522bf8
r26939:b5dc5d7c
Show More
.gitignore
32 lines | 457 B | text/plain | TextLexer
Fernando Perez
Add MANIFEST to ignore list.
r4983 MANIFEST
Fernando Perez
Small fixes to git ignore file
r3200 build
MinRK
update gitignore to exclude dist and zipped man pages...
r4187 dist
_build
docs/man/*.gz
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/source/api/generated
Thomas Kluyver
Generate docs for config options.
r13459 docs/source/config/options
Thomas Kluyver
Ignore generated shortcut lists
r23845 docs/source/config/shortcuts/*.csv
Coco Mishra
delete savefig files again
r26482 docs/source/savefig
Thomas Kluyver
git ignore generated magics docs
r18300 docs/source/interactive/magics-generated.txt
MinRK
added gh-pages command for GitHub hosted sphinx docs
r3255 docs/gh-pages
Min RK
jupyter_notebook path in setup base, gitignore
r21210 jupyter_notebook/notebook/static/mathjax
jupyter_notebook/static/style/*.map
Fernando Perez
Small fixes to git ignore file
r3200 *.py[co]
Bradley M. Froehle
Tell git to ignore __pycache__ directories.
r8534 __pycache__
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 *.egg-info
Fernando Perez
Small fixes to git ignore file
r3200 *~
Thomas Kluyver
Ignore .bak files
r3111 *.bak
MinRK
ignore checkpoints
r10514 .ipynb_checkpoints
Marc Abramowitz
Add .tox to .gitignore
r7632 .tox
Jonathan Frederic
Ignore .DS_Store files (OSX)
r16747 .DS_Store
mvr
[issue547] add emacs tmp files and .coverage files to gitignore
r18729 \#*#
.#*
Hugo
Remove redundant Python 2 code
r24010 .cache
mvr
[issue547] add emacs tmp files and .coverage files to gitignore
r18729 .coverage
Yuri Numerov
added .swp files to gitignore
r21623 *.swp
dhirschf
Update .gitignore
r24414 .vscode
.pytest_cache
Alyssa Whitwell
Add .python-version to gitignore
r24455 .python-version
Andreas
Ignored virtualenv folder.
r24994 venv*/
Andreas
Ignored idea folder.
r24995 .idea/
Blazej Michalik
Add .mypy_cache to .gitignore
r26642 .mypy_cache/