# CoPaw 运行时数据（不跟踪）
agent/memory/
agent/cases/
agent/iteration_reports/

# 后端数据与密钥
backend/data/
backend/.env

# macOS
.DS_Store

# Node
node_modules/

# Python
__pycache__/
*.pyc
.venv/

# IDE
.idea/
.vscode/
