Files
neuron-tai/.gitignore
Dobromir Popov 50e8904f1c ignore
2026-07-07 17:57:33 +02:00

22 lines
226 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/*
billing.sqlite
.pytest-tmp/*