# 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/

# System
.DS_Store
Thumbs.db

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