Files
neuron-tai/.gitignore
Dobromir Popov 599aa44d97 md
2026-07-08 23:56:58 +03:00

30 lines
376 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
.venv*