# OS
.DS_Store
Thumbs.db

# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*

# Environment / secrets
.env
.env.*
*.pem
*.key

# Go binaries and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Go test/coverage output
*.test
*.out

# build artifacts / local data (root-anchored so they don't shadow
# the cmd/server package directory)
/server
/storage.sqlite
/output/
/.lintsetup
