This commit is contained in:
薇薇安 2026-01-13 14:31:10 +08:00
parent 5c841621f7
commit 2dd5276070

45
.gitignore vendored Normal file
View File

@ -0,0 +1,45 @@
# 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/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 日志文件
*.log
trading_bot.log
# 配置文件(包含敏感信息)
config_local.py
# 系统文件
.DS_Store
Thumbs.db