adds gitignore
This commit is contained in:
commit
c9438c3991
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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/
|
||||
Loading…
Reference in a new issue