79 lines
913 B
Plaintext
79 lines
913 B
Plaintext
# IDE and editor files
|
|
.idea
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
.venv/
|
|
|
|
# Build files
|
|
/build/
|
|
/dist/
|
|
/meshchatx/public/
|
|
/electron/build/exe/
|
|
python-dist/
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/build/
|
|
android/app/build/
|
|
android/app/src/main/python/meshchatx/
|
|
android/app/src/main/python/RNS/
|
|
android/app/src/main/python/LXMF/
|
|
android/app/src/main/python/LXST/
|
|
android/app/src/main/python/meshchat_wrapper.py.bak
|
|
android/*.iml
|
|
android/.idea/
|
|
*.apk
|
|
*.aab
|
|
|
|
|
|
# Local storage and runtime data
|
|
storage/
|
|
testing/
|
|
telemetry_test_lxmf/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
.coverage
|
|
|
|
meshchat-config/
|
|
|
|
.hypothesis
|
|
.hypothesis/ |