|
a |
|
b/.gitignore |
|
|
1 |
*.py[cod] |
|
|
2 |
|
|
|
3 |
# C extensions |
|
|
4 |
*.so |
|
|
5 |
|
|
|
6 |
# Packages |
|
|
7 |
*.egg |
|
|
8 |
*.egg-info |
|
|
9 |
dist |
|
|
10 |
build |
|
|
11 |
eggs |
|
|
12 |
parts |
|
|
13 |
bin |
|
|
14 |
var |
|
|
15 |
sdist |
|
|
16 |
develop-eggs |
|
|
17 |
.installed.cfg |
|
|
18 |
lib |
|
|
19 |
lib64 |
|
|
20 |
|
|
|
21 |
# Installer logs |
|
|
22 |
pip-log.txt |
|
|
23 |
|
|
|
24 |
# Unit test / coverage reports |
|
|
25 |
.coverage |
|
|
26 |
.tox |
|
|
27 |
nosetests.xml |
|
|
28 |
|
|
|
29 |
# Translations |
|
|
30 |
*.mo |
|
|
31 |
|
|
|
32 |
# Mr Developer |
|
|
33 |
.mr.developer.cfg |
|
|
34 |
.project |
|
|
35 |
.pydevproject |
|
|
36 |
|
|
|
37 |
# Config files |
|
|
38 |
config.py |
|
|
39 |
|
|
|
40 |
# OSX files |
|
|
41 |
.DS_Store |
|
|
42 |
|
|
|
43 |
# vi swap and temp files |
|
|
44 |
*.swp |
|
|
45 |
*.swo |
|
|
46 |
*~ |
|
|
47 |
|
|
|
48 |
# don't show the data on git status |
|
|
49 |
qiita_db/support_files/test_data/ |
|
|
50 |
|
|
|
51 |
# ignoring redis files |
|
|
52 |
dump.rdb |
|
|
53 |
|
|
|
54 |
# ignoring the reference file that (might) be downloaded during env creation |
|
|
55 |
gg_97_otus_4feb2011.tre |
|
|
56 |
gg_13_8-* |
|
|
57 |
|
|
|
58 |
# sphinx documentation |
|
|
59 |
qiita_pet/static/doc/ |
|
|
60 |
|
|
|
61 |
# webdis log |
|
|
62 |
webdis.log |
|
|
63 |
|
|
|
64 |
# test keys should be generated in travis |
|
|
65 |
qiita_ware/test/test_data/test_key |
|
|
66 |
|
|
|
67 |
# configuration files as they will change based on local machines |
|
|
68 |
qiita_pet/*.conf |
|
|
69 |
|
|
|
70 |
# jupyter notebooks temp data |
|
|
71 |
.ipynb_checkpoints/ |
|
|
72 |
|
|
|
73 |
# jupyter notebooks input data |
|
|
74 |
notebooks/*/*.tsv.gz |
|
|
75 |
|
|
|
76 |
# jupyter notebooks input data |
|
|
77 |
notebooks/resource-allocation/data |