Files

17 lines
197 B
Plaintext

# 环境变量文件 (包含敏感信息,不要提交到版本控制)
.env
# Python
__pycache__/
*.py[cod]
*.egg-info/
# 日志文件
*.log
# Jupyter
.ipynb_checkpoints/
# IDE
.vscode/
.idea/