Files
main_backend/.gitignore
T
2026-02-03 02:15:07 +03:00

16 lines
159 B
Plaintext

.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Packaging/build artifacts
*.egg-info/
build/
dist/
# OS / editor
.DS_Store
.vscode/