48 lines
385 B
Plaintext
48 lines
385 B
Plaintext
# Binaries
|
|
pxmon
|
|
pxmon-agent
|
|
observerctl
|
|
observer-agent
|
|
/bin/
|
|
/dist/
|
|
|
|
# Build/test artifacts
|
|
*.test
|
|
*.out
|
|
*.cover
|
|
coverage.*
|
|
*.prof
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Runtime/config secrets
|
|
*.enc
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.crt
|
|
*.log
|
|
report.json
|
|
*.pid
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
|
|
# Temporary files
|
|
/tmp/
|
|
*.tmp
|
|
*.bak
|
|
*~
|
|
|
|
# Generated assets
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|