mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-17 21:56:02 +08:00

* chore: add venv/ to gitignore * fix: add server error handling and graceful shutdown * Fix linting issues in server.py
28 lines
291 B
Plaintext
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/
|