Files
billing/.gitignore
2026-03-28 16:09:07 -05:00

14 lines
151 B
Plaintext

# Go build output
arcline-billing
*.test
*.out
# Environment — never commit real credentials
.env
# SQLite database
*.db
*.db-shm
*.db-wal
billing