radicle-reticulum/.gitignore

43 lines
371 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg
# uv
.uv/
uv.lock
# Tests
.pytest_cache/
.coverage
htmlcov/
# Type checking
.mypy_cache/
# Identity / secrets
~/.radicle-rns/
*.identity
# Reticulum runtime
~/.reticulum/
# Editor
.vscode/
.idea/
*.swp
*~
# OS
.DS_Store
Thumbs.db
# Generated bundles / QR
*.bundle
*.radicle-bundle
*.refs.json