mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
Remove .claude/settings.local.json from git tracking and add it to .gitignore to prevent future accidental commits of local settings. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
26 lines
308 B
Plaintext
26 lines
308 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.coverage
|
|
.coverage.*
|
|
.ruff_cache
|
|
agent_history.gif
|
|
static/browser_history/*.gif
|
|
|
|
# Virtual environments
|
|
.venv
|
|
venv/
|
|
|
|
# User config file
|
|
config.yaml
|
|
|
|
# Langgraph
|
|
.langgraph_api
|
|
|
|
# Claude Code settings
|
|
.claude/settings.local.json
|