File: .gitignore

package info (click to toggle)
python-shtab 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 1,002; makefile: 6; sh: 4
file content (16 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.py[cod]
__pycache__/

# Packages
/MANIFEST.in
/*.egg*/
/shtab/_dist_ver.py
/build/
/dist/
/docs/build/
/docs/contributing.md

# Unit test / coverage reports
/.coverage*
/coverage.xml
/.pytest_cache/