/
liquid-g
/
liquid-code
Обзор
Документация
Войти
/
liquid-g
/
liquid-code
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop-0.4
.gitignore
77 строк
744 B
User
0.3.0-RC1 - добавил манифест и дистрибутив.
04 июл 2026, 18:19
04 июл 2026, 18:19
62c1d8c
Код
Авторство
О чём код?
# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments venv/ env/ ENV/ .venv/ .env # IDE .vscode/ .gigacode/ .gigaide/ .idea/ *.swp *.swo *~ .DS_Store # Logs and databases *.log *.sqlite *.db # Distribution / packaging .Python build/ develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ mermory/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage *coverage*.txt .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # MyPy .mypy_cache/ .dmypy.json dmypy.json # Environment variables .env.local .env.*.local # Misc *.pid *.seed *.pid.lock # IntelliJ / PyCharm *.iml