# macOS and editor files
.DS_Store
Icon?
.AppleDouble
.LSOverride
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
*$py.class
.python-version
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Python packaging
build/
dist/
*.egg-info/

# Training outputs and experiment artifacts
**/runs/
**/checkpoints/
**/monitor_train/
**/eval_logs/
**/env_logs/
**/tensorboard/
**/logs/
**/outputs/
**/tmp/
**/temp/
*.bak

# Local experiment data
*.csv
*.jsonl
*.npy
*.pkl

# Model artifacts; commit small deployment weights only after review
*.pt
*.pth
*.ckpt
*.onnx

# Local repository migration records
MIGRATION_LOG_*.md
MIGRATION_MANIFEST_*.tsv

# LaTeX build products
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.nav
*.out
*.run.xml
*.snm
*.synctex.gz
*.toc
*.vrb

# Arduino and embedded build outputs
*.elf
*.hex
*.bin
*.map

# ROS 2 colcon workspace outputs
ros2/**/build/
ros2/**/install/
ros2/**/log/
