|
a |
|
b/.gitignore |
|
|
1 |
# Byte-compiled / optimized / DLL files |
|
|
2 |
__pycache__/ |
|
|
3 |
*.py[cod] |
|
|
4 |
|
|
|
5 |
# C extensions |
|
|
6 |
*.so |
|
|
7 |
|
|
|
8 |
# Distribution / packaging |
|
|
9 |
.Python |
|
|
10 |
env/ |
|
|
11 |
# bin/ |
|
|
12 |
build/ |
|
|
13 |
develop-eggs/ |
|
|
14 |
dist/ |
|
|
15 |
eggs/ |
|
|
16 |
lib/ |
|
|
17 |
lib64/ |
|
|
18 |
parts/ |
|
|
19 |
sdist/ |
|
|
20 |
var/ |
|
|
21 |
*.egg-info/ |
|
|
22 |
.installed.cfg |
|
|
23 |
*.egg |
|
|
24 |
|
|
|
25 |
# Installer logs |
|
|
26 |
pip-log.txt |
|
|
27 |
pip-delete-this-directory.txt |
|
|
28 |
|
|
|
29 |
# Unit test / coverage reports |
|
|
30 |
htmlcov/ |
|
|
31 |
.tox/ |
|
|
32 |
.coverage |
|
|
33 |
.cache |
|
|
34 |
nosetests.xml |
|
|
35 |
coverage.xml |
|
|
36 |
.pytest_cache |
|
|
37 |
|
|
|
38 |
# Translations |
|
|
39 |
*.mo |
|
|
40 |
|
|
|
41 |
# Mr Developer |
|
|
42 |
.mr.developer.cfg |
|
|
43 |
.project |
|
|
44 |
.pydevproject |
|
|
45 |
|
|
|
46 |
# Rope |
|
|
47 |
.ropeproject |
|
|
48 |
|
|
|
49 |
# Django stuff: |
|
|
50 |
*.log |
|
|
51 |
*.pot |
|
|
52 |
|
|
|
53 |
# Sphinx documentation |
|
|
54 |
docs/_build/ |
|
|
55 |
|
|
|
56 |
# dedit |
|
|
57 |
*.py~ |
|
|
58 |
|
|
|
59 |
# Conda |
|
|
60 |
conda-recipe/* |
|
|
61 |
|
|
|
62 |
# Airspeed Velocity perf testing |
|
|
63 |
asv_bench/env/ |
|
|
64 |
asv_bench/html/ |
|
|
65 |
asv_bench/results/ |
|
|
66 |
|
|
|
67 |
# training artifacts |
|
|
68 |
*.pickle |
|
|
69 |
|
|
|
70 |
# testing artifacts |
|
|
71 |
tests/data/v* |
|
|
72 |
grid_test.sh |