forked from chainguard-dev/edu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (40 loc) · 657 Bytes
/
.gitignore
File metadata and controls
49 lines (40 loc) · 657 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
45
46
47
48
49
node_modules
public
resources
.netlify
.hugo_build.lock
.DS_Store
.bash_history
# AI Tools
.claude/
# Editor / IDE config
.idea
.vscode
*.swp
# Terraform generated
.terraform/
terraform.tfstate
terraform.tfstate.backup
terraform.tfstate.*.backup
.terraform.tfstate.lock.*
.terraform.lock.hcl
# required by google-github-actions
gha-creds-*.json
/tools/rumble/vulnerability.db
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Environment files
.env
.env.local
.env.*.local
# Scripts with hardcoded values
scripts/*-gcs.sh
scripts/backup-*.sh
scripts/manual-upload-*.sh
# Keep secure versions and examples
!scripts/*-secure.sh
!.env.example