mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
35 lines
288 B
Plaintext
35 lines
288 B
Plaintext
.venv
|
|
.env
|
|
.env.local
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov
|
|
.tox
|
|
.mypy_cache
|
|
.ruff_cache
|
|
db.sqlite3
|
|
*.log
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
docs/
|
|
frontend/
|
|
services/
|
|
infrastructure/
|
|
thesis/
|
|
scripts/
|
|
demo.db
|