Files
cyclingbot/.gitignore
Blake Ridgway ba1770b493 first commit
2026-04-11 14:06:59 -05:00

20 lines
187 B
Plaintext

# 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