Files
ems/.gitignore
2026-04-03 16:03:06 +02:00

16 lines
202 B
Plaintext

.env
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
venv/
.venv/
backend/.ems-modbus-locks/
node_modules/
dist/
*.tsbuildinfo
frontend/vendor/
frontend/scripts/.native-tmp/