worldgen/outputs/
__pycache__/
notes.txt
PARTLIST.md
.venv/
outputs/runs/*
outputs/debug/gazebo_evals/

# python artifacts
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# coverage and test outputs
.coverage
.coverage.*
htmlcov/

# build artifacts
build/
dist/

# notebooks and vscode settings (no notebooks so far)
.ipynb_checkpoints/
.vscode/

# noise
.DS_Store
Thumbs.db
test.py
READING.md
REPORT.md
