a | b/.gitignore | ||
---|---|---|---|
1 | .* |
||
2 | .DS_Store |
||
3 | !/.gitignore |
||
4 | *.hdf5 |
||
5 | APIKEY |
||
6 | # Byte-compiled / optimized / DLL files |
||
7 | __pycache__/ |
||
8 | *__pycache__/ |
||
9 | *.py[cod] |
||
10 | *.spec |
||
11 | tests.ipynb |
||
12 | # C extensions |
||
13 | *.so |
||
14 | |||
15 | # Distribution / packaging |
||
16 | bin/ |
||
17 | build/ |
||
18 | develop-eggs/ |
||
19 | dist/ |
||
20 | eggs/ |
||
21 | lib/ |
||
22 | lib64/ |
||
23 | parts/ |
||
24 | sdist/ |
||
25 | var/ |
||
26 | *.egg-info/ |
||
27 | .installed.cfg |
||
28 | *.egg |
||
29 | *.json |
||
30 | |||
31 | # Installer logs |
||
32 | pip-log.txt |
||
33 | pip-delete-this-directory.txt |
||
34 | |||
35 | # Unit test / coverage reports |
||
36 | .tox/ |
||
37 | .coverage |
||
38 | .cache |
||
39 | nosetests.xml |
||
40 | coverage.xml |
||
41 | |||
42 | # Translations |
||
43 | *.mo |
||
44 | |||
45 | # Mr Developer |
||
46 | .mr.developer.cfg |
||
47 | .project |
||
48 | .pydevproject |
||
49 | |||
50 | # Rope |
||
51 | .ropeproject |
||
52 | |||
53 | # Django stuff: |
||
54 | *.log |
||
55 | *.pot |
||
56 | |||
57 | # Sphinx documentation |
||
58 | docs/_build/ |
||
59 | /ignore/ |