rank_backend/.gitignore
2025-11-10 09:51:31 +08:00

72 lines
850 B
Plaintext
Raw 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.

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Logs
*.log
logs/
miniprogram_api.log
# Data files
douyin_cdp_play_vv_*.json
douyin_cdp_play_vv_*.txt
# Chrome profiles and drivers
# 注意Chrome profile 包含大量缓存文件不应加入Git
backend/scripts/config/chrome_profile/
backend/drivers/*
!backend/drivers/chromedriver.exe
# Rankings config directory
backend/handlers/Rankings/config/
# Environment variables
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
.pnp
.pnp.js
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Figma 设计文件目录(无需纳入版本控制)
.figma/