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

# Cargo.lock is committed (this is an application workspace, not a library)

# Env / secrets
.env
.env.*
*.pem
*.key

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
