-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (85 loc) · 1.5 KB
/
.gitignore
File metadata and controls
106 lines (85 loc) · 1.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Deployment outputs (may contain secrets)
deployment-output.json
# Environment-specific deployment parameters (copy parameter.sample.json to parameter.json)
infra/bicep/parameter.json
# Terraform
infra/terraform/.terraform/
infra/terraform/.terraform.lock.hcl
infra/terraform/terraform.tfstate*
infra/terraform/terraform.tfvars
infra/terraform/.terraform.tfstate.lock.info
# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
bower_components/
# Build artifacts
dist/
build/
*.pyc
*.pyo
*.pyd
__pycache__/
*.class
*.o
*.so
# Python virtual environments
.venv/
env/
venv/
# Environment variables
.env
.env.local
.env.*.local
# Azure deployment artifacts
*.zip
*.tar.gz
*.bak
*.swp
# IDE/Editor settings
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# System files
.DS_Store
Thumbs.db
# Bicep cache
*.bicep.cache
# Azure CLI configuration
.azure/
# Deployment outputs
infraOutputs.json
# Certificates and keys
*.pfx
*.key
*.pem
*.p12
*.cer
# .NET user secrets / local settings
secrets.json
# Test results and coverage
**/TestResults/
**/BenchmarkDotNet.Artifacts/
# Load test reports
src/AIPolicyEngine.LoadTest/reports/
**/parameter.json
.agentic/
.agentic-dev.json
# Copilot agent configuration (local tooling, not part of the product)
.copilot/
.github/agents/
.github/skills/
.github/workflows/squad-*.yml
.github/workflows/sync-squad-labels.yml
.gitattributes
# Squad AI team state (local tooling, not part of the product)
.squad/
.squad-workstream