CourseDesignTemplate/示例项目-AI数据分析师/.gitignore

26 lines
195 B
Plaintext

# 环境变量(包含敏感信息)
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# macOS
.DS_Store
# 临时文件
*.tmp
*.log