mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08:00
29 lines
303 B
Plaintext
29 lines
303 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/
|
|
|
|
# coverage report
|
|
coverage.xml
|
|
coverage/
|