File: .gitignore

package info (click to toggle)
python-semantic-version 2.3.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 272 kB
  • sloc: python: 1,355; makefile: 175
file content (14 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Temporary files
.*.swp
*.pyc
*.pyo

# Build-related files
docs/_build/
.coverage
*.egg-info
*.egg
build/
dist/
htmlcov/
MANIFEST