a | b/.gitignore | ||
---|---|---|---|
1 | # Byte-compiled / optimized / DLL files |
||
2 | __pycache__/ |
||
3 | *.py[cod] |
||
4 | *$py.class |
||
5 | |||
6 | # C extensions |
||
7 | *.so |
||
8 | |||
9 | # Distribution / packaging |
||
10 | .Python |
||
11 | build/ |
||
12 | develop-eggs/ |
||
13 | dist/ |
||
14 | downloads/ |
||
15 | eggs/ |
||
16 | .eggs/ |
||
17 | lib/ |
||
18 | lib64/ |
||
19 | parts/ |
||
20 | sdist/ |
||
21 | htmlcov/ |
||
22 | var/ |
||
23 | wheels/ |
||
24 | pip-wheel-metadata/ |
||
25 | share/python-wheels/ |
||
26 | *.egg-info/ |
||
27 | .installed.cfg |
||
28 | *.egg |
||
29 | *-checkpoint.ipynb |
||
30 | _build |
||
31 | _static |
||
32 | _templates |
||
33 | dev/ |
||
34 | data/test |