# Rust build artifacts
**/target/
Cargo.lock

# ONNX models (large binaries)
models/*.onnx

# Vision data files
*.avis

# Python build artifacts
__pycache__/
*.pyc
*.egg-info/
.venv/
dist/
node_modules/
.pytest_cache/

# IDE
.idea/
.vscode/
*.swp

# Runtime state
.cortex/
/tmp/cortex.sock

# OS
.DS_Store
Thumbs.db

# Shared libraries
*.so
*.dylib
*.dll

# AI prompts, planning docs, test specs (internal only)
.claude/
planning-docs/
scripts/claude-session.sh
.agentra/
docs/REPO_HYGIENE.md

# Test reports (generated, not source)
tests/reports/

# Internal docs (not for public repo)
docs/internal/
ECOSYSTEM-CONVENTIONS.md

# Local goals (internal only)
goals/

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.out
*.fls
*.fdb_latexmk
*.synctex.gz
