-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (64 loc) · 1.62 KB
/
Copy path.gitignore
File metadata and controls
76 lines (64 loc) · 1.62 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
72
73
74
75
76
# Lambda build artifacts
dist/
*.zip
# Terraform
.terraform/
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
terraform.tfstate.d/
*.tfvars
*.tfvars.json
# Re-allow the .example file so users can see the schema.
!*.tfvars.example
# Partial backend config (per-installation values written by scripts/init.sh).
terraform/backend.hcl
!terraform/backend.hcl.example
# Local-only terraform state-migration blocks (never committed).
terraform/moved.tf
# Optional local overlay for audit / scrub-audit pattern sets — the
# operator's exact maintainer/client identifiers stay out of git.
scripts/lib/pii-patterns.local.txt
scripts/lib/scrub-patterns.local.txt
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
tfplan
tfplan.*
tfplan-*
# Secrets — never commit
*.pem
*.key
*.env
.env*
# Re-allow .env.example so users can see the schema.
!.env.example
secrets/
# Exception: deploy/secrets/ contains scripts (fetch-secrets.sh), not actual secrets.
# Actual secrets land in deploy/secrets/.secrets/ which is caught by deploy/.gitignore.
!deploy/secrets/
!deploy/secrets/fetch-secrets.sh
credentials
# Per-installation operational notes (kept out of the public repo).
OPERATIONS_NOTES.md
PARITY.md
# Python
__pycache__/
*.py[cod]
.pytest_cache/
# Superpowers brainstorm sessions (visual companion mockups)
.superpowers/
# AI-only context (provenance, upstream attribution, working notes)
.ai-context/
# vibestack scratch (companion-tool brainstorm sessions, not source-of-truth)
.vibestack/
# macOS
.DS_Store
**/.DS_Store
# Editor / IDE
.vscode/
.idea/
# Claude Code project settings + scheduled task state
.claude/