-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (58 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
71 lines (58 loc) · 1.11 KB
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
67
68
69
70
71
# ---- Terraform (safe to commit lock file) ----
# Keep the lock file tracked to pin provider checksums
!.terraform.lock.hcl
!**/.terraform.lock.hcl
# Local plugin/cache directories
.terraform/
**/.terraform/
# State files (can contain secrets) — NEVER commit
*.tfstate
*.tfstate.*
terraform.tfstate
terraform.tfstate.backup
# Crash logs
crash.log
crash.*.log
# Override files (local customizations)
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Variable files — ignore by default to avoid leaking secrets
*.tfvars.json
# Allow only examples/templates
!*.tfvars.example
!*.example.tfvars
!**/*.tfvars.example
!**/*.example.tfvars
# Local CLI config
.terraformrc
terraform.rc
# OS/editor junk
.DS_Store
*.swp
*.swo
.idea/
.vscode/
# Test/temp files
*.txt
!requirements.txt
*.log
*.json
*.tar
# Allow Grafana dashboard JSON files under docs/grafana/
!docs/grafana/*.json
check-status.ps1
install.bat
# Helm dependencies (auto-downloaded)
charts/*/charts/*.tgz
charts/**/Chart.lock
# Rust build artifacts
target/
honeybeepf-llm/target/
# Python
__pycache__/
*.pyc
.venv/
# Superpowers docs
docs/superpowers/