deer-flow/.gitignore
Harsha Vardhan Mannem 3ed70e11d5
Fix/server error handling (#212)
* chore: add venv/ to gitignore

* fix: add server error handling and graceful shutdown

* Fix linting issues in server.py
2025-05-22 13:45:07 +08:00

28 lines
291 B
Plaintext

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