-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitignore
86 lines (69 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Scratch directory for local testing
scratch/
# Mac-related dreck
.DS_Store
# Emacs edit files
*~
*#
.#
# Configs for other tools
.Rhistory
.vscode
# Compiled Python modules
*.pyc
# Distribution files
build/
dist/
pyani.egg-info/
distribute*
# RTD documentation building
docs/_build/
docs/make.bat
# MyPy cache
.mypy_cache/
# Test output
*.dataframe
*.log
tests/test_*_out/
tests/test_*_output/
tests/test_concordance_*/
tests/test_output
tests/test_JSpecies/C1/
tests/test_JSpecies/C2/
tests/test_JSpecies/C3/
tests/test_JSpecies/Corynebacterium/
tests/test_JSpecies/pyani_3_species/
C_blochmannia*/
classes_pyani.pdf
packages_pyani.pdf
fix_palette_output/
new_anim_tests_output/
new_anim_tests
# Issue development output
issue_*/
# SGE output
stderr/
stdout/
jobs/
output/
# Coverage test output
cover/
htmlcov/
.coverage
.coverage.*
# iPython/Jupyter
.ipynb_checkpoints
# Development virtualenvs
venv-*
.python-version
# Don't include the development local config dir
.pyani
# Ignore mypy config
.mypy_cache
# Extra documentation output
classes_pyani.pdf
packages_pyani.pdf
api/
# Extraneous .dtd files
uilist.dtd
esummary_assembly.dtd