initial commit

This commit is contained in:
2026-05-23 16:41:20 -04:00
commit 8fde024281
15 changed files with 803 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Compiled binary (cmd/foreman)
/foreman
/dist/
*.exe
# Test & coverage output
*.out
*.test
coverage.*
# SQLite queue + artifacts (local dev data — never commit)
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
# Local config / secrets (commit .env.example, not .env)
.env
.env.local
*.local
# Editor / OS cruft
.DS_Store
.idea/
.vscode/
*.swp