# Local operating-system and editor files
.DS_Store
*.swp
*.swo
.idea/
.vscode/

# Rust build outputs (Cargo.lock should be committed for the application)
/target/
/dist/
/SHA256SUMS
/coverage/
/tmp/
.venv/
__pycache__/
*.egg-info/

# Private runtime material must never become project fixtures
.env
.env.*
!.env.example
.aws/
/private/
/local-evidence/
/support-bundles/
*.log
*.bak
*.pem
*.key
