# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/
env/

# OS
.DS_Store

# Transient capture logs
capture_log.txt
*.log

# Model weights are NOT committed — fetched on demand into the user cache (see angle/weights.py).
# Keep any stray local copies out of the repo.
*.pth
