mirror of
https://github.com/ratspeak/rsLXST
synced 2026-08-12 18:08:16 -04:00
23 lines
262 B
Text
23 lines
262 B
Text
.DS_Store
|
|
target/
|
|
|
|
# Runtime data and local identities
|
|
.reticulum/
|
|
.ratspeak/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.key
|
|
identity
|
|
storage/
|
|
|
|
# Python and tooling caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# Editor and local environment files
|
|
.env
|
|
.env.*
|
|
*.swp
|