cirious_codex 0.1.0

A unified, next-generation modular toolset and facade framework providing config, logging, diagnostics, CLI scaffolding, and metrics.
Documentation
# 🦀 Rust
# Ignore the build directory containing heavy compiled binaries
/target/

# NOTE: Cargo.lock is usually NOT ignored in workspaces 
# to ensure CI tests the exact same dependency versions.

# 🖥️ IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*~

# ⚙️ Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# 📦 Logs and Crash Reports
*.log