# sliceproofkit: keep iFlow focused and safe

# secrets
.env
.env.*
secrets/
**/credentials.*
**/*key*
**/*token*

# build artifacts
dist/
build/
target/
coverage/
*.egg-info/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
node_modules/

# logs
logs/
log/
*.log
