# Rust
/target/
**/*.rs.bk
*.pdb

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

# OS
.DS_Store
Thumbs.db

# FAF
*.backup-*
.faf-dna
.fafignore
.gemini/

# Benchmarks (belong in xai-faf-rust, not here)
benchmark*
bench-fafb*

# Test artifacts
test.faf
test.fafb
grok-minimal.faf

# Media
*.gif
*.mp4

# Demos
demos/

# Library crate — lock file not committed
Cargo.lock
