# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments and local env files
.venv/
venv/
env/
ENV/
.env

# Build and package artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test and tool caches
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.tox/
.nox/

# Project-generated local files
docs/

# Local skill tooling config (baoyu-image-gen etc.)
.baoyu-skills/

# Editor and OS files
.idea/
.vscode/
.DS_Store
._*
Thumbs.db

# 覆盖全局 gitignore 对 AGENTS.md 的忽略，本项目需要提交
!AGENTS.md

./zcode
