# Python
__pycache__/
*.pyc
backend/.venv/
.venv/

# Node
frontend/node_modules/
frontend/dist/

# Data
*.sqlite3
backend/staticfiles/

# Logs
*.log
vite.log
djangodev.log

# OS
Thumbs.db
.DS_Store

# Env / secrets
.env
*.pem
git/

# 对象存储上传素材 / 临时静态
静态文件上传/
backend/static/

# Build artifacts
dist/
build/
installer/

# 本地调试残留：frontend/a.py b.py 是 requests 探针，error.txt 是运行日志。
# *.spec 已由远端方案取代（school-meal.spec 入库，根目录这份是早期 PyInstaller 生成物）。
frontend/a.py
frontend/b.py
frontend/error.txt
学校订餐菜单生成器.spec
