99085adc76
- 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
37 lines
549 B
Plaintext
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/
|