market-assistant/.gitignore

35 lines
548 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/
frontend/node_modules/
frontend/dist/
backend/crawler_copy/jd_pc_search/node_modules/