This commit is contained in:
2026-01-07 17:53:19 +08:00
parent 9842ed350e
commit 5ce08c46c2
76 changed files with 21519 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
# 环境变量
.env
# 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
# 虚拟环境
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# 数据文件(可选)
# douyin_data/
# douyin_data_soupce/douyin_data/
# 日志
*.log
# 临时文件
*.tmp
.DS_Store