20 lines
361 B
Text
20 lines
361 B
Text
# Runtime data (SQLite DB + user-uploaded recipe images) - not source
|
|
data/
|
|
|
|
# Backend
|
|
backend/.venv/
|
|
**/__pycache__/
|
|
*.pyc
|
|
|
|
# Frontend (frontend/.gitignore also covers these, kept here for safety)
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# Build artifacts - large generated files, never commit these
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|