# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
ENV/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
desktop.ini

# Local env / secrets
.env
.env.*
!.env.example

# Project outputs
*.pt
*.pth
*.onnx
!examples/**/*.onnx
examples/artifacts/
results/
reports/
*.html
!docs/**/*.html
# Local instruction notes (not part of the published package)
Master Cursor Prompt*

# Jupyter
.ipynb_checkpoints/

# Cursor / agent local state (keep repo clean)
.cursor/
.agent/
agent-transcripts/
