fl8 0.1.0

Lightweight cloud-agnostic Infrastructure as Code (IaC) library in Rust
Documentation
# === Rust build and dependency artifacts ===
/target/
/Cargo.lock

# === Backup and temporary files ===
*.log
*.tmp
*.bak
*.swp
*.swo
*~

# === VS Code ===
.history/
*.code-workspace

# === DevContainer / Podman ===
.devcontainer/.env
.devcontainer/local.env
.devcontainer/docker-compose.override.yml

# Podman volumes or cache (if any)
podman-volume/
podman-cache/

# === Environment files ===
.env
.env.*
!env.example

# === OS / Editor ===
.DS_Store
Thumbs.db

# === Tests / Coverage ===
/coverage/
/*.profraw
/*.profdata

# === Rust tooling ===
/rust-toolchain.toml
/.cargo/.package-cache
/.cargo/registry/
/.cargo/git/

# === Build outputs for documentation ===
/doc/
/book/

# === Logs / temp files from dev scripts ===
*.out
*.log
/tmp/