Files
main_backend/.gitignore
T
Daniil 259d3da89f rev 4
2026-04-07 13:42:45 +03:00

20 lines
186 B
Plaintext

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