__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
build/
dist/
.venv/
.env
.pytest_cache/
.ruff_cache/
.pyright/

# ROS
install/
build/
log/

# VSCode / IDE
.vscode/
.idea/

# Generated version file (setuptools-scm)
src/lifecore_ros2/_version.py

# Documentation build artifacts
docs/_build/

# Local ROS 2 Jazzy interface reference dumps (generated, not part of the repo)
docs/ros2_jazzy_*.json
