my-favs/.gitignore
RamonCalvo f0ef26ee15 feat: add Vue 3 frontend with Vite and Docker
SPA with bookmark form, list with category filters, and
categorize button. Served via nginx with API reverse proxy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 19:04:44 -06:00

7 lines
61 B
Text

__pycache__/
*.pyc
.venv/
.env
.DS_Store
node_modules/
dist/