feature: init test framework

This commit is contained in:
2026-05-02 23:15:40 +03:00
parent 3532c89c3b
commit ab6b4b32b1
8 changed files with 538 additions and 9 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# MkDocs output
site/
# Python cache (ignore all)
**/__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# mypy
.mypy_cache/
# ruff
.ruff_cache/
# Environment
.env
.venv/
venv/
# uv cache
.uv/
blog.db