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

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

# OS files
.DS_Store
Thumbs.db

# Build artifacts
*.so
*.dylib
*.dll
*.a

# Test artifacts
*.log

# ML Training Artifacts - NOT PART OF RUST LIBRARY
*.pt
*.onnx
*.onnx.data
*.zip
checkpoints/
training/
kaggle_dataset/
kaggle_upload/
llmosafe_new/

# Python - NOT PART OF RUST LIBRARY
*.py
*.pyc
__pycache__/
*.ipynb
.ipynb_checkpoints/

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