Files
yu-zhi-ran/.gitignore
T
Yuzhiran Dev 10ad549050 chore: gitignore 新增自动生成文件过滤
- 新增: automation/backups/ research/ automation/images/
- 新增: search_cache.json trends.json sustainability_cases.json
- untrack: 上述文件从 git 追踪中移除
2026-05-29 09:41:03 +08:00

70 lines
972 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
.env
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.venv
*.pot
# Platform logs
platform/data/*.db
platform/logs/
automation/logs/
logs/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# OpenClaw
memory/
sessions/
# Temporary files
*.tmp
.cache/
# Project specific
automation/backups/
automation/data/drafts/*
!automation/data/drafts/.gitkeep
automation/data/releases/*
!automation/data/releases/.gitkeep
automation/data/published/*
!automation/data/published/.gitkeep
content/published/*
!content/published/.gitkeep
automation/data/outlines/
automation/data/research/
automation/data/sustainability_raw/
automation/data/search_cache.json
automation/data/trends.json
automation/data/sustainability_cases.json
automation/images/
data/*.db
*.db
automation/data/mcp_*.json
automation/data/*_session.txt
research/