31 lines
304 B
Plaintext
31 lines
304 B
Plaintext
# Build output
|
|
mciassrv
|
|
mciasctl
|
|
*.exe
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Test artifacts
|
|
*.out
|
|
*.test
|
|
coverage.html
|
|
coverage.txt
|
|
|
|
# Config files with secrets (keep example configs)
|
|
mcias.toml
|
|
|
|
# Editor artifacts
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Go workspace files
|
|
go.work
|
|
go.work.sum
|