# Environment & secrets
.env
.env.*
!.env.docker.example

# Python
*.pyc
*.pyo
*.pyd
__pycache__/
*.egg-info/
*.egg
dist/
build/

# Node (bridge sub-project)
node_modules/

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Docs (local engineering notes, not published)
docs/

# Runtime workspace (template is bao/templates/workspace/)
/workspace/

# Skill lock (opencode artifact)
skills-lock.json

# Local dev artifacts
hot_restart.sh
case/

# Logs
botpy.log
*.log

# IDE & tools
.ace-tool/
.agent/
.agents/
.assets
.claude/
.DS_Store
.sisyphus/
.opencode/
update.md
AGENTS.md
_research

# Backup files
*.bak
