80 lines
937 B
Plaintext
80 lines
937 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
/dist/
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Cache files
|
|
.cache/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Python cache files (since this project has a Python backend)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Python virtual environment
|
|
venv/
|
|
env/
|
|
.env/
|
|
.venv/
|
|
|
|
# System files
|
|
Thumbs.db
|
|
|
|
# Ignore temporary files created by Office
|
|
~$*.doc
|
|
~$*.docx
|
|
~$*.xls
|
|
~$*.xlsx
|
|
~$*.ppt
|
|
~$*.pptx
|
|
|
|
/backend/logs/
|
|
|
|
package-lock.json
|
|
|
|
/frontend/package-lock.json
|
|
.cursorignore
|
|
.cursor/
|
|
dev/
|
|
/frontend/.env.dev
|
|
|
|
docker-compose-local.yml
|
|
docker-compose-test.yml
|
|
/frontend/.env.wsl
|
|
/backend/config_local.py
|
|
|
|
.kiro/
|
|
logs/queue.log
|
|
test_feishu_login.py
|
|
|
|
jimeng_crawler/logs/
|
|
logs/app.log
|
|
/.vercel/project.json
|
|
/jimeng_crawler/jimeng_temp.py
|
|
|
|
.trae/
|
|
|
|
/test/
|
|
/logs/
|
|
docker-compose.*.yml |