Files
NtR-soudcloud-fetcher/.gitignore
cottongin a5f77187b3 feat: add dashboard ping button and .env file support
Add a "Send IRC Message" section to the admin dashboard that sends a
configurable privmsg to any IRC nick or channel via all connected bots.
New POST /admin/ping endpoint broadcasts a "privmsg" WebSocket message
type, handled by both Limnoria and Sopel plugins.

Also enable pydantic-settings .env file loading (python-dotenv) and
add .env.example documenting all NTR_* configuration variables.

Made-with: Cursor
2026-04-01 22:20:18 -04:00

30 lines
267 B
Plaintext

# macOS
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
# Tools
.ruff_cache/
.pytest_cache/
.mypy_cache/
# SQLite runtime
*.db
*.db-shm
*.db-wal
# Environment / secrets
.env
.env.*
!.env.example
# AI session artifacts
chat-summaries/