##// END OF EJS Templates
Merge pull request #13802 from wvineyard/main...
Jason Grout -
r27876:f3a9322e merge
parent child Browse files
Show More
@@ -1,40 +1,39 b''
1 1 MANIFEST
2 2 build
3 3 dist
4 4 _build
5 5 docs/man/*.gz
6 6 docs/source/api/generated
7 7 docs/source/config/options
8 8 docs/source/config/shortcuts/*.csv
9 9 docs/source/savefig
10 10 docs/source/interactive/magics-generated.txt
11 11 docs/gh-pages
12 12 jupyter_notebook/notebook/static/mathjax
13 13 jupyter_notebook/static/style/*.map
14 14 *.py[co]
15 15 __pycache__
16 16 *.egg-info
17 17 *~
18 18 *.bak
19 19 .ipynb_checkpoints
20 20 .tox
21 21 .DS_Store
22 22 \#*#
23 23 .#*
24 24 .cache
25 25 .coverage
26 26 *.swp
27 .vscode
28 27 .pytest_cache
29 28 .python-version
30 29 venv*/
31 30 .mypy_cache/
32 31
33 32 # jetbrains ide stuff
34 33 *.iml
35 34 .idea/
36 35
37 36 # vscode ide stuff
38 37 *.code-workspace
39 38 .history
40 39 .vscode
General Comments 0
You need to be logged in to leave comments. Login now