Files
SmartUp/.gitignore
T
2026-05-12 17:58:24 +08:00

24 lines
198 B
Plaintext

.env
.env.*
!.env.example
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
node_modules/
dist/
build/
.vite/
backend/static/
backend/data/
*.log
.DS_Store
.git-real/