# Python
__pycache__/
*.py[oc]
*.egg-info
build/
dist/
wheels/
.ruff_cache
.pytest_cache
.mypy_cache/

# Virtual environments
.venv
.venv/
venv/
env/

# Environment and secrets
.env
.env.local
.env.*.local
.env.registry
.env.registry.dev
registry/.env

# Hivemind runtime and output
.devsper/
.events/

# Example outputs (generated)
examples/output/

# MkDocs build output
site/

# System
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo
.cursor/
.claude/
.worktrees/

tmp
**/build-errors.log

node_modules

# Rust (workspace and worker crate)
target/
worker/target/.worktrees/

# Local-only testing notes
TESTING.md
