# Build artifacts
/target/
/LLM Research Papers Parsed/
/graphify-out/
/graphifyy_env/
/plan/
/.sentrux/
/.agent/
/.agents/
/.pytest_cache/
*.abi3.so
*.so
uv.lock
/.fallow/
.env
.env.*
!.env.example

# IDE
.idea/
.vscode/
*.swp
*.swo
*.tmp
*~

# OS
Thumbs.db
.DS_Store

# Logs
*.log
*.txt
!README.md
!LICENSE

# GGUF model files (too large for git)
*.gguf

# Protocols
*.md
!README.md
!CONTEXT.md
!docs/adr/*.md
!air_rs_speculative_decoding_protocol.md

#Indentifiers
*:Zone.Identifier

#Bak files
*.bak


# Benchmark guide assets
docs/*.png
docs/*.jpg

# Benchmark results
results/
*.json
!*.draft.json

# Speculative decoding sidecar manifests (derived, never tracked)
*.draft.json

# Python cache
__pycache__/
*.pyc
scripts/__pycache__/
.ipynb_checkpoints/
.python-version

# Claw Code editor sessions
.claw/
.venv/

#graphify
.graphifyignore
0.80

# Profiling and coverage
*.profraw
*.gcda
*.gcno

# Local cargo artifacts
.cargo/

