-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (38 loc) · 504 Bytes
/
.gitignore
File metadata and controls
44 lines (38 loc) · 504 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv
# Environment variables
.env
.env.local
# GitHub App credentials
github-private-key.pem
*.pem
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
pytestdebug.log
htmlcov/
# Terraform
.terraform.lock.hcl
.terraform.tfstate.lock.info
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
cloudbuild-container.yaml
gcp/*.sh
!gcp/build-container.template.sh
!gcp/build-image.template.sh
providers.tf.gcs