Files
deer-flow/.gitignore
2025-05-15 08:56:13 -07:00

27 lines
285 B
Plaintext

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