# Rust build artifacts
/target/

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

# OS files
.DS_Store
Thumbs.db

# Environment files
.env
.env.local

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp

# Test results (internal use only)
test-results/

# Documentation testing (internal use only)
doc-testing/

# Reference notes (internal use only)
ReferenceNotes/
scim_data/

# Generated documentation (built by GitHub Actions)
docs/guide/book/
