# Rust build artifacts
target/
**/*.rs.bk
*.lock
.sniper/
.jules/

# Generated by build.rs (cbindgen, ffi feature)
include/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Build artifacts
*.so
*.dylib
*.dll
*.a
c_harness
test_llmosafe
libtest_mod.rlib

# Test artifacts
*.log

# ML Training Artifacts - NOT PART OF RUST LIBRARY
*.pt
*.onnx
*.onnx.data
*.zip
checkpoints/
training/
kaggle_dataset/
kaggle_upload/
kaggle_output/
kaggle_backup.tar.gz
llmosafe_new/
notebook_cells/
*.xpynb

# Python - NOT PART OF RUST LIBRARY
/*.py
*.pyc
__pycache__/
*.ipynb
.ipynb_checkpoints/
.pytest_cache/
!llmosafe-py/llmosafe/
!examples/python_consumer/

# Data files - NOT PART OF RUST LIBRARY
*.jsonl
*.json
*.txt
!README.txt
.ix/

# --- RNA artifacts (AI-generated, never committed per AGENTS.md) ---
.annotations/

# --- AI-generated audit/analysis artifacts ---
COMPREHENSIVE_ANALYSIS.md
/audit_*.yaml

# --- ML training scripts (not part of Rust library) ---
/scripts/

# --- Profiling and valgrind artifacts ---
*.prof*
valgrind*
callgrind*
cachegrind*

# --- Miscellaneous ---
*.core
*.tmp
*.bak
TODO
