mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
22 lines
227 B
Plaintext
22 lines
227 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/
|