Files
Your Name 99085adc76 feat: add web dashboard with slide-in drawer navigation
- Flask backend with 23 API routes (entertainment, telegram, docker, system)
- Alpine.js + Tailwind CSS dark-mode SPA with 4 tabs
- pos-dashboard CLI tool with port/config management
- Mobile slide-in drawer with swipe-to-close
- Sticky header stays pinned on scroll
- Tab completion fixes for category-less tools
- POST /api/telegram/commands endpoint for adding commands
2026-08-18 11:54:41 -04:00

37 lines
549 B
Plaintext

# Python (if src/ or pyinstaller is ever used)
__pycache__/
dashboard/__pycache__/
*.pyc
dist/
build/
*.spec
*.egg-info/
# Editors
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker Compose — user's active stacks and secrets
compose/custom/
compose/config.env
# Secrets — never commit real keys/certs
config/authorized_keys
config/rclone.conf
# Stray session capture (accidentally created in the repo root)
session
# Scratch/plan notes — never committed
TEMP_PLAN.md
dream.md
# opencode local config (project-specific agents)
.opencode/