Files
codex-telegram-bot/.gitignore
2026-05-21 12:28:57 +00:00

34 lines
330 B
Plaintext

# Local configuration and secrets
.env
.env.*
!.env.example
# Runtime state
/data/
/run/
/uploads/
*.db
*.db-shm
*.db-wal
*.sock
*.pid
*.log
# Build artifacts
/bin/
/dist/
/build/
/tmp/
# Go/test artifacts
*.test
coverage.out
# Local scratch assets
/codex-telegram-bot-profile.jpg
# Editor/OS noise
.DS_Store
.idea/
.vscode/