34 lines
330 B
Plaintext
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/
|