File: .gitignore

package info (click to toggle)
python-measurement 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 332 kB
  • sloc: python: 1,402; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.pyc
*egg-info*
.Python
bin/*
build/
.eggs/
dist/
include/
lib/
docs/_build/
.coverage

# packaging
measurement/_version.py