# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.python-version

# Test / Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

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

# macOS
.DS_Store

# fcp-cli runtime
.fcp-cli/                # 本地开发用注册表/缓存
/tmp/

# FCP 工件（避免误提交大文件）
*.fcpbundle/
*.fcpxml.bak
*.fcpxmld/
