deerflow2/.gitignore
Titan 44fa3e7e3d feat: track .env files in skills/public directory
- Update .gitignore to exclude .env files globally but include them in skills/public/
- Add existing .env files from skills/public/image-generation and skills/public/video-generation to git tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 14:53:16 +08:00

51 lines
600 B
Plaintext

# DeerFlow docker image cache
docker/.cache/
# OS generated files
.DS_Store
*.local
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python cache
__pycache__/
*.pyc
*.pyo
# Virtual environments
.venv
venv/
# Environment variables
.env
!skills/public/**/.env
# Configuration files
config.yaml
mcp_config.json
extensions_config.json
# IDE
.idea/
# Coverage report
coverage.xml
coverage/
.deer-flow/
.claude/
skills/custom/*
logs/
# Local git hooks (keep only on this machine, do not push)
.githooks/
# pnpm
.pnpm-store
sandbox_image_cache.tar
# ignore the legacy `web` folder
web/
memo.md