# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

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

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Memory & Data
~/.merco/
*.db
*.sqlite

# Config (keep examples)
config/*.json
!config/*.example.json

# References (external repos)
references/
!docs/project-vision/references/

# Agent runtime (generated copies for agent auto-discovery)
.opencode/

# Local working config (template at config/)
/merco.json

# IDE & runtime
.reasonix/
.merco/
.pytest_cache/
.hermes/
HERMES.md
config/openmercury-config.json.example
