# Local workspaces and editor tooling
.worktrees/
.opencode/

# Local environment and private files
.assets
.env

# Python virtual environments and caches
.venv/
venv/
__pycache__/
.pytest_cache/
.ruff_cache/

# Python bytecode
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzz

# Build artifacts and packaging metadata
build/
dist/
*.egg
*.egg-info/

# Local planning and generated lockfiles
docs/
poetry.lock
uv.lock

# Runtime logs
botpy.log
