Files
deer-flow/.gitignore

30 lines
313 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.coverage
.coverage.*
agent_history.gif
static/browser_history/*.gif
# Virtual environments
.venv
venv/
# Environment variables
.env
# user conf
conf.yaml
.idea/
.langgraph_api/
.DS_Store
# coverage report
coverage.xml
coverage/