aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 59b756c519307069680db7b2b6429edc6c7a924f (plain)
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