mirror of
https://github.com/sudoxnym/dashd.git
synced 2026-04-14 03:26:22 +00:00
features: - grid-locked card positioning with drag/resize - youtube widgets (click-to-play) - user authentication with server-side storage - per-user localStorage caching - docker deployment ready 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
127 B
Text
20 lines
127 B
Text
# data
|
|
*.db
|
|
*.sqlite
|
|
/data/
|
|
|
|
# python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# docker
|
|
.docker/
|
|
|
|
# os
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# env
|
|
.env
|
|
*.env
|