# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
Thumbs.db
.DS_Store

# Project
hermes-plugin/hermes-forgen-engine/__pycache__/

# Config with secrets
config/license_server.json

# Local privacy — NOT to be pushed to GitHub
CLAUDE.md
# database/ 存放权威 schema.sql + migrations（安装必需，必须随仓分发）。
# 只忽略偶尔落到这里的本地 sqlite 文件。
database/*.db
database/*.sqlite
database/*.sqlite3
workspace/
tmp/
configs/scc_menu.json

# Pipeline runtime output — local artifacts
# Generated pipeline artifacts
exports/

src/.story/commits/


src/.story/memory/


# Local agent reviews
reports/
AGENTS.md
