Initial commit: SongRequest Limnoria plugin
IRC song request plugin with iTunes validation, HTMX web dashboard, WebSocket real-time updates, moderation, rate limiting, and history. Made-with: Cursor
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
.env
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
chat-summaries/
|
||||
conf/
|
||||
data/
|
||||
logs/
|
||||
backup/
|
||||
Reference in New Issue
Block a user