File: .gitignore

package info (click to toggle)
python-pybedtools 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,140 kB
  • sloc: python: 9,589; cpp: 899; makefile: 149; sh: 116
file content (21 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.tox*
*.coverage
virtual-env/*
dist/*
build/*
docs/_build/doctrees/*
docs/build
*.swp
docs/source/README.rst
pybedtools.egg-info/*
*.pyc
*.so
*.fai
*.egg
pybedtools/_Window.c
pybedtools/cbedtools.cpp
pybedtools/featurefuncs.cpp
*.bak
cythonize.dat
docs/source/autodocs/*.rst
MANIFEST