initial commit

This commit is contained in:
2025-12-28 21:34:45 +02:00
parent dbffadf0d3
commit 499104c69c
27 changed files with 4043 additions and 2 deletions

25
.gitignore vendored
View File

@@ -21,3 +21,28 @@
# Go workspace file
go.work
# WhatsHooked specific
# Binaries (keep directory structure)
bin/*
!bin/.gitkeep
# Config files (keep only example)
config.json
.whatshooked-cli.json
# Session data
sessions/
*.db
*.db-shm
*.db-wal
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db