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

# Build and release artifacts (L3 cache)
/build/
/dist/
/.cache/
/_skbuild/
CMakeUserPresets.json
compile_commands.json
*.air
*.metallib

# Optional project-local MPSBoost runtime cache (L2 cache)
/.mpsboost-cache/

# Real-world dataset cache and generated reports
/tests/real_world/data/
/tests/real_world/cache/
/tests/real_world/downloads/
/tests/real_world/reports/
/tests/real_world/artifacts/
*.dataset.lock

# macOS
.DS_Store
