##// END OF EJS Templates
Add .mypy_cache to .gitignore
Blazej Michalik -
Show More
@@ -1,31 +1,32 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 27 .vscode
28 28 .pytest_cache
29 29 .python-version
30 30 venv*/
31 31 .idea/
32 .mypy_cache/
General Comments 0
You need to be logged in to leave comments. Login now