# Build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
build/
dist/
.eggs/
*.whl

# Environments
.venv/
venv/
.env

# Bench artifacts (raw JSONL kept out of git; summaries land in benches/results.md)
benches/results/*.jsonl
benches/results/*.log
benches/corpora/*.json

# Models — never commit
*.gguf
*.cix
*.onnx
*.safetensors
*.rknn
*.xdna
benches/models/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
