market-assistant/.gitignore
2026-04-15 17:58:25 +08:00

41 lines
722 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 独立成库时使用本文件即可(勿提交密钥与本地产物)
.env
.env.local
.env.*.local
backend/db.sqlite3
*.sqlite3
backend/**/__pycache__/
**/__pycache__/
*.py[cod]
*.pyc
*.egg-info/
.eggs/
backend/runtime_cookies/
# 京东登录 Cookie本地放置勿提交
backend/crawler_copy/jd_pc_search/common/jd_cookie.txt
# 流水线 / 京东采集产出(默认在仓库根下 data/JD
/data/
# 工作日报(本地记录,不纳入版本库)
日报/
venv/
.venv/
.idea/
.vscode/
# Cursor 本地状态忽略;项目规则见 .cursor/rules/(可提交)
.cursor/*
!.cursor/rules/
!.cursor/rules/**
frontend/node_modules/
frontend/dist/
backend/crawler_copy/jd_pc_search/node_modules/