# Git
node_modules/
dist/
build/
coverage/
*.log
.DS_Store

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

# 临时文件
*.tmp
*.temp
.grepai/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
*.whl
*.tar.gz
.pytest_cache/
.mypy_cache/
.ruff_cache/

# 发布产物（由 CI 生成）
/dist/
/build/
