Diff of /.gitignore [000000] .. [05e710]

Switch to unified view

a b/.gitignore
1
# Compiled python modules.
2
*.pyc
3
4
# Setuptools distribution folder.
5
/dist/
6
7
# Python egg metadata, regenerated from source files by setuptools.
8
/*.egg-info
9
/*.egg
10
11
#other
12
**/.DS_Store
13
**/.vscode
14
15
**/_build
16
**/_static
17
**/_templates
18
19
**/.ipynb_checkpoints