Initial Commit

This commit is contained in:
2026-05-25 10:29:38 +08:00
commit c42c9aea2a
64 changed files with 5919 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Dependencies
node_modules/
# Built dashboard output (generated by npm run build)
PatchProbe.Server/public/
# SQLite database files
*.db
*.db-shm
*.db-wal
# Environment / secrets
.env
*.env.local
# .NET build output
bin/
obj/
# Logs
logs/
*.log
# OS
.DS_Store
Thumbs.db
.vs/
.claude/