chore: remove DB and binary from repo, add .gitignore to exclude artifacts

This commit is contained in:
2026-02-20 15:28:41 -05:00
parent 5d34942588
commit 63cb2b7b1c
25 changed files with 4376 additions and 421 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# Binaries
fhir-sandbox
bin/
build/
# OS
.DS_Store
Thumbs.db
# Go
*.exe
*.dll
*.so
*.dylib
*.test
coverage.out
*.coverprofile
# Dependency directories
/vendor/
node_modules/
# IDEs and editors
.vscode/
.idea/
*.iml
# Environment / secrets
.env
.env.*
secrets.json
# Databases
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal
# Logs and runtime
*.log
*.tmp
*.cache
# Build outputs
dist/
out/