first commit

This commit is contained in:
Blake Ridgway
2026-04-11 14:06:59 -05:00
commit ba1770b493
21 changed files with 2027 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Compiled binary
cycling-bot
# Environment / secrets
.env
# SQLite database
*.db
*.db-shm
*.db-wal
# Go build cache / test artifacts
*.test
*.out
# Editor / OS
.DS_Store
*.swp
*.swo