# 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

# Hivemind runtime and output
.hivemind/
.events/

# Example outputs (generated)
examples/output/

# MkDocs build output
site/

# Docusaurus (website/)
website/node_modules/
website/build/
website/.docusaurus/
website/.cache/

# System
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo

tmp

node_modules

# Rust (worker crate)
worker/target/