Files
ems/.gitignore
Dusan Vojacek 897b95f728 x
2026-03-20 14:30:03 +01:00

15 lines
175 B
Plaintext

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