# Rust build artifacts
target/
Cargo.lock

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

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment files
.env
.env.local
.env.*.local

# Log files
*.log

# Temporary files
*.tmp
*.temp

# Coverage reports
coverage/
*.profraw
*.profdata

# Benchmark results
criterion/

# Documentation build
book/

# Backup files
*.bak
*.backup

# Test fixtures that might contain sensitive data
tests/fixtures/private/

# Local development scripts
scripts/local/

# Cargo registry cache (optional - speeds up CI)
.cargo/

# Rust toolchain override
rust-toolchain.toml

.kilocode

*.md