File: .gitignore

package info (click to toggle)
python-googleapi 2.188.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 573,720 kB
  • sloc: python: 11,217; javascript: 249; sh: 114; makefile: 59
file content (17 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build artifacts
*.py[cod]
google_api_python_client.egg-info/
build/
dist/

# Test files
.nox/

# Coverage files
.coverage
coverage.xml
nosetests.xml

# IDE files
.idea
.vscode