# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv

# ONNX / model artifacts (downloaded separately via export_onnx.py)
exports/*.onnx
*.onnx

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store
