secenv 0.0.0

Secure environments.
# Rust
#
# See https://github.com/github/gitignore/blob/main/Rust.gitignore for more details

# Generated by cargo-new
/target/
.DS_Store

# Project-specific
.release

# Generated by cargo-edit
.cargo/config.toml

# Generated by `cargo-bisect-rustc`
bisect/

# Editor metadata
.idea/
.vscode/
.history/
*.code-workspace

# General
*.log
*~
*.swp
*.swo

# Backups
*.bak
*.old
*.orig

# Build artifacts
*.rlib
*.rmeta
*.pdb
*.lib
*.dll
*.so
*.dylib
*.a
*.exe
*.o
*.obj

# Profiling
*.profraw

# Local environment
.env
.env.*
!.env.example