# NeuroBrix — Public inference engine package
# This repo contains ONLY the public runtime (src/neurobrix/)

# Forge (private build toolchain — separate repo)
forge/

# Binary / large files
*.nbx
*.safetensors

# Model data
models/
archives/

# Python
__pycache__/
*.pyc
.pytest_cache/

# Build artifacts
dist/
*.egg-info/
build/

# Cache
.cache/
.claude/
.gemini/

# Environments
.env
.venv
venv/

# IDE
.idea/
.vscode/

# OS
.DS_Store
._*
.nfs*

# Test outputs
test-*.png
test-*.json
test-*.txt
test_*.py
output_*.png
output_*.txt
*.log
benchmark_report.json

# Internal / dev files
CLAUDE.md
MODIFICATIONS.md
TRACE_COMPARISON_REPORT.txt
src/neurobrix/CLAUDE.md
docs/internal/
docs/lessons/
docs/roadmap/

# Misc
tmp/
save/
save_current/
Saves/
vendors/
wandb/
native/build/
.plan/
results.json
tests/
docs/roadmap/
