Files
neuron-tai/.gitignore
2026-07-07 22:13:12 +03:00

29 lines
369 B
Plaintext

# Python
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
build/
dist/
# Local environments
.venv/
# Ralph local runtime state
.ralph-tui/
.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