24 lines
278 B
Plaintext
24 lines
278 B
Plaintext
# Source control metadata
|
|
.git
|
|
|
|
# Local configuration and credential material
|
|
.env
|
|
.env.*
|
|
configs/local.yaml
|
|
deploy/.control-plane-tls/
|
|
*.crt
|
|
*.key
|
|
*.pem
|
|
|
|
# Local build, test, and tooling outputs
|
|
.playwright-mcp/
|
|
temp/
|
|
bin/
|
|
dist/
|
|
coverage/
|
|
*.out
|
|
*.test
|
|
*.prof
|
|
*.exe
|
|
.tmp-proto/
|