first commit

This commit is contained in:
Blake Ridgway
2026-03-27 23:18:17 -05:00
commit d8cb1d277f
19 changed files with 2557 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Go build output
arcline-billing
*.test
*.out
# Environment — never commit real credentials
.env
# SQLite database
*.db
*.db-shm
*.db-wal