20 lines
261 B
Plaintext
20 lines
261 B
Plaintext
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
__pycache__
|
|
.venv
|
|
.env
|
|
.pytest_cache
|
|
.DS_Store
|
|
.ruff_cache
|
|
.mypy_cache
|
|
uv.lock
|
|
build/
|
|
*.egg-info/
|
|
.coverage
|
|
*.py,cover
|
|
.vscode/
|
|
htmlcov/
|
|
/output/
|
|
/templates/ |