Files
HomeOS/.gitignore
2026-03-29 21:26:00 +08:00

11 lines
108 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
data/
*.db
frontend/node_modules/
frontend/dist/