mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
37 lines
276 B
Plaintext
37 lines
276 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# Data
|
|
data/
|
|
*.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Tests
|
|
tests/
|
|
frontend/src/test/
|
|
|
|
# Docs
|
|
*.md
|
|
!README.md
|
|
|
|
# Other
|
|
references/
|
|
*.pem
|
|
.env*
|