Files
neuron-tai/.gitignore
2026-07-11 16:11:42 +03:00

31 lines
401 B
Plaintext

# 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*