File: .gitignore

package info (click to toggle)
python-googleapi 1.5.5-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 39,832 kB
  • ctags: 5,921
  • sloc: python: 7,176; makefile: 64; sh: 53; xml: 5
file content (13 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Build artifacts
*.py[cod]
google_api_python_client.egg-info/
build/
dist/

# Test files
.tox/

# Coverage files
.coverage
coverage.xml
nosetests.xml