# Rust
target/
**/*.rs.bk
*.pdb

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

# Claude Desktop
.claude/

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.wasm
*.did

# Test artifacts
tarpaulin-report.html
cobertura.xml
test-output/
test-results/
*.profraw
*.profdata
test-*.log
e2e-test-*/
/tmp/test-*/
/tmp/*-test/

# DFX / ICP
.dfx/
.vessel/
canister_ids.json
.azle/

# Sensitive data
.env
.env.local
secrets/
*.key
*.pem