# Python
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
build/
dist/

# Local environments
.venv/

# Ralph local runtime state
.ralph-tui/*
!.ralph-tui/config.toml


.env
.env.*
!.env.example
!.env.testnet
.rocm-local/*
.pytest-tmp/*

# Local tracker/node sqlite databases (never commit runtime state)
*.sqlite
*.sqlite3
logs/tracker/error.log
logs/tracker/info.log
logs/tracker/warning.log
.venv*
