forked from latiotech/insecure-kubernetes-deployments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (53 loc) · 1.12 KB
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Python .gitignore
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.egg-info/
*.egg
*.log
*.pot
*.sqlite
*.dccache
# Dist directory used for packaging
dist/
# Site directory used for Sphinx documentation
docs/_build/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Environment and virtual directories
env/
venv/
ENV/
# IDE - PyCharm, VS Code, etc
.idea/
.vscode/
*.swp
*.swo
# Kubernetes .gitignore
# Commonly, you'd ignore secrets or specific configurations that shouldn't be committed.
# This will depend on how you manage your Kubernetes configurations.
# Ignore Helm chart dependencies
charts/*/charts/
charts/*/tmpcharts/
charts/*/*.tgz
# Ignore temporary kubeconfig files
kubeconfig
# Local override files
*kustomize.yaml
*override.yaml
# If using sealed secrets, ignore the private key
private-key.*.pem
# Add any other Kubernetes-related files/directories that you want to exclude.
spyderbat/
# Terraform Details
terraform/.terraform
terraform/terraform.tfstate
terraform/terraform.tfstate.backup
terraform/terraform.tfvars
terraform/.terraform.lock.hcl
terraform/.terraform.tfstate.lock.info
node_modules
node_modules