forked from antismash/antismash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (49 loc) · 1010 Bytes
/
.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
.DS_Store
*.swp
.eggs
*.pyc
cover/
.coverage
*~
__pycache__
.cache
*.brawn_cache
.mypy_cache
.pytest_cache
*.css
*.dmnd
*.hmm.h3f
*.hmm.h3i
*.hmm.h3m
*.hmm.h3p
antismash/config/instance.cfg
antismash/detection/hmm_detection/data/bgc_seeds.hmm
antismash/detection/genefunctions/tools/halogenases/data/FDH.hmm
antismash/databases/*
antismash/modules/*/data/*.classifier.pkl
antismash/modules/*/data/*.scaler.pkl
antismash/modules/terpene/data/all_profiles.hmm
antismash/outputs/html/js/antismash.js
antismash.egg-info/*
**/.ropeproject/*
.vim/*
antismash/git_hash
pip-delete-this-directory.txt
pip-egg-info/*
# release-specific files
.mailmap
changes.txt
# generated during make test
nisin/*
/*/
/*.gb*
/*.gff
/*.fa
# keep these, even in locations that are ignored
!antismash/databases/README
!.github/
!antismash/
# some of the ignored filetypes will be required for testing interactions with those files
!antismash/common/subprocessing/test/data/*
# the docker container files should always be kept
!docker