Files
deer-flow/backend/.gitignore
2026-01-14 07:14:00 +08:00

22 lines
244 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/
# User config file
config.yaml
# Langgraph
.langgraph_api