# Rust build output
/target/
# Local editor and OS noise
.DS_Store
.idea/
.vscode/
.opencode/
*.swp
*.swo
# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key
# Local generated demo files
/challenge.json
/solution.json
/register-request.json
/payload.json
# Coverage and profiling output
/coverage/
/tarpaulin-report.html
*.profraw
*.profdata