Files
reticulum-meshchatX/.gitignore

57 lines
545 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/
public/
/electron/build/exe/
python-dist/
# 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