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

# IDE / agent state / local config
.idea/
.actor/
/config.json
mise.local.toml

# Virtual environments
.venv
node_modules/

# Swift (aguardando deleção)
.legacy/

# SwiftPM: app/.build é cache de compilação; app/build é o .app montado (build/ já cobre)
.build/

# Local-only docs and reference scripts. The bench prompt used to live here behind an
# exception; it is part of the instrument now (packages/bench/src/mlx_omnia_bench).
reference/*
PLAN.md
DSL.md
MIGRATION.md
MODELS.md
APP.md
.tasks/
docs/catalog.md
docs/models/
plans/

# Regenerable test fixtures (see tests/fixtures/generate_*.py)
tests/fixtures/*.safetensors
