-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 800 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (49 loc) · 800 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
50
51
52
53
54
55
# Local environment and secrets
.env
.env.*
!.env.example
.aws/
*.pem
*.key
# OS and editor files
.DS_Store
.codex/
.idea/
.vscode/
*.swp
# Runtime and build output
node_modules/
dist/
build/
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.coverage
coverage/
# Logs and local data
*.log
tmp/
data/local/
data/raw/
data/normalized/
data/case-evidence/
artifacts/
generated/
*.parquet
# Infrastructure state and generated artifacts
.terraform/
*.tfstate
*.tfstate.*
cdk.out/
*.zip
# CDK deploy outputs and synth logs carry account IDs / resource ARNs (no
# account IDs in source — csub-project-guardrails).
infra/cdk-outputs.json
infra/synth.err
# Python build/install metadata
*.egg-info/
# Institutional Box source documents — never commit (AGENTS.md, PRD sec 1)
CSUBdocs/