This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
__pycache__
|
||||
.venv
|
||||
.env
|
||||
.pytest_cache
|
||||
.DS_Store
|
||||
.ruff_cache
|
||||
.mypy_cache
|
||||
uv.lock
|
||||
build/
|
||||
*.egg-info/
|
||||
.coverage
|
||||
*.py,cover
|
||||
.vscode/
|
||||
htmlcov/
|
||||
/output/
|
||||
/templates/
|
||||
Reference in New Issue
Block a user