Files
2026-06-21 17:54:19 +03:30

17 lines
149 B
Plaintext

.git
.gitignore
.env
.env.local
.venv
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
htmlcov/
.coverage
media/
staticfiles/
README.md
docs/