File: .gitignore

package info (click to toggle)
python-barcode 0.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 1,661; makefile: 23; sh: 9
file content (21 lines) | stat: -rwxr-xr-x 197 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
*.pyc
*.bak
*~
*.nja
*.e*
*.rope*
*.dir*
*.pdf
*.kpf
*.svg
*.db
barcode/__pycache*
build/*
dist/*
docs/_build
MANIFEST
barcode/version.py
tests/index.html
tests/test_outputs/
tests/test.py
test.py