Files
monlet/.gitignore
2026-05-26 16:41:27 +04:00

27 lines
250 B
Plaintext

.cache/
# Python
**/.venv/
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Node
**/node_modules/
**/.next/
**/out/
**/dist/
# Go
**/bin/
**/coverage.out
# Local env
*.local
.env
!.env.example
server/.env
!server/.env.example