__pycache__/
*.pyc
.pytest_cache/
*.egg-info/

# Dev local state
/.zchat/

# Rust build artifacts
zchat-hub-plugin/target/

# Runtime artifacts
.mcp.json
ircd.db
ircd.lock
languages/
.claude/worktrees/
claude.local.env
.mcp.env

# Built WASM plugins
*.wasm

# Skill prompt files (generated by Claude Code plugins)
prompt-*.md
