File: .gitignore

package info (click to toggle)
porechop 0.2.4%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,144 kB
  • sloc: python: 3,060; cpp: 168; makefile: 43; sh: 25
file content (34 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (5)
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
# Mac stuff
.DS_Store

# C extensions
*.so
*.o

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Test sequences
tests/*.fasta
tests/*.fastq

# Distribution and packaging
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
setuptools*.zip

# PyCharm
.idea/

gh-md-toc