.claude
.specify
# Generated by Cargo
/target/
debug/
release/
*.rs.bk
*.rlib
*.so
*.dylib
*.dll
*.a
*.exe

# Cargo.lock for libraries (per Cargo guidelines)
# Uncomment if this becomes an application
# Cargo.lock

# Build artifacts
*.d
*.profraw
*.profdata

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

# Environment and secrets
.env
.env.*
*.pem
*.key
!examples/*.pem.example

# Test coverage
/coverage/
*.lcov
*.gcov
tarpaulin-report.html

# Documentation build
/doc/
rustdoc/

# Benchmark results
/target/criterion/

# WASM build outputs
/pkg/
*.wasm

# Log files
*.log

# Temporary files
*.tmp
*.temp
