# 𐲊 Generated by cargox
# Read more at https://cargox.kernelx.rs/docs/

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

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Debug artifacts
*.profraw
callgrind.out.*
perf.data
perf.data.old
flamegraph.svg

# Dependencies
# Cargo.lock is tracked for binary projects (reproducible builds)
# Uncomment the line below for library projects
# Cargo.lock

# Environment files
.env
.env.local
.env.*

# Documentation
/target/doc/

# Code coverage
/coverage/
/tarpaulin-report.html
/cobertura.xml

# Benchmark results
/benches/target/
/criterion/

# Custom directories
/dist/
/tmp/
/temp/

# Backup files
*.bak

# Rune
.rune/codex
repo-structure.md
*.prd.md
*.progress.md

# PasswdX
*.kdbx

# Installer development
/installer/dist/
/installer/wrangler.toml

