# outputs / data
/output/
/data/
/configs/local/
docs/

# upstream reference (MATLAB)
qMRLab/

# upstream/vendor worktrees (do not commit; vendored snapshot lives under src/)
/DECAES.jl/

# environments / caches
.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
.uv_cache/

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

# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# logs
*.log

# notebooks artifacts
notebooks/output/
notebooks/*.seq
notebooks/*.mat

# secrets (原則使わないが、万一置くなら絶対に管理しない)
.env
.env.*

# local-only agent instructions
AGENTS.md

# notebooks
notebooks/*.ipynb
!notebooks/mrzero_tutorial.ipynb
