File: .gitignore

package info (click to toggle)
python-tabulate 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: python: 5,466; sh: 7; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/tabulate/version.py

build
dist
.tox
*~
*.pyc
/tabulate.egg-info/
*.egg*
*.pyc
.*
build/
.coverage
coverage.xml
dist/
doc/changelog.rst
venv*
website-build/
## Unit test / coverage reports
.coverage
.tox