Files
vyryi-back/.gitignore
Redsandy c9f66f330e init
2026-08-12 11:26:05 +03:00

13 lines
115 B
Plaintext

.env
.venv/
venv/
__pycache__/
*.py[cod]
*.db
*.sqlite3
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/