Files
quickbot_cli/.gitignore
Alexander Kalinovsky 62b12690c8
Some checks failed
CI / test (3.13) (push) Failing after 31s
chore: enhance project initialization by adding post-task handling and improving file overwrite behavior
2025-08-27 16:37:37 +03:00

21 lines
267 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/
dist/
*.egg-info/
.coverage
*.py,cover
.vscode/
htmlcov/
/output/
/templates/