gzhu-biyesheji/.gitignore
carry eeee68dbd1 chore: 更新 .gitignore 文件
- 在 .gitignore 中添加 test.py 文件,避免测试代码被版本控制
2025-04-12 18:42:36 +08:00

36 lines
315 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
env/
.venv/
# IDE
.vscode/
.idea/
.roo
# Environment files
.env
.env.local
# Logs
logs/
# System files
.DS_Store
Thumbs.db
# Local work directory
workdir/
# cache
unsloth_compiled_cache
# 测试和参考代码
test.ipynb
test.py
refer/