ignix 0.1.1

High-performance Redis-compatible key-value store built with Rust
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock
# Remove above line if you want to commit Cargo.lock for binary projects

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Test and benchmark results
/criterion/
/profiling/
*.profdata
*.profraw

# AOF and data files
*.aof
*.rdb
/data/

# Logs
*.log
logs/

# Environment files
.env
.env.local

# OS specific
Thumbs.db
.DS_Store
desktop.ini

# Debug
*.dSYM/

# Coverage
*.gcov
*.gcda
*.gcno
coverage/
lcov.info
cobertura.xml

# Temporary files
*.tmp
*.temp
*.bak
*.backup

# Documentation build
/doc/
/docs/_build/

# Python (for any helper scripts)
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/

# Node.js (for any web dashboard)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Docker volumes
.docker/

.qodo

devnotes

benchmark_results