# Ignore the hermes-lcm subproject (it has its own git repo)
hermes-lcm/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.installed.cfg
*.egg-link
pip-wheel-metadata/
share/python-wheels/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
.pytype/
.pyre/

# IDEs
.vscode/
.idea/
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

# OpenLCM runtime data (local databases, extractions)
*.db
*.db-shm
*.db-wal
*.sqlite3
*.sqlite
lcm-large-outputs/
lcm-extractions/

# Examples (local demo scripts, not part of the published SDK)
example/

# Claude / agent tooling
.agents/
skills-lock.json
skills/

