27 lines
307 B
Plaintext
27 lines
307 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/*
|
|
billing.sqlite
|
|
meshnet_registry.sqlite3
|
|
billing.sqlite
|
|
meshnet_registry.sqlite3
|