Files
deepagents----/.gitignore
2025-11-02 18:06:38 +08:00

52 lines
419 B
Plaintext

# 环境变量
.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/
deep_research_env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 输出文件
outputs/*
!outputs/.gitkeep
# 测试
.pytest_cache/
.coverage
htmlcov/
*.log
# 操作系统
.DS_Store
Thumbs.db