Changes committed

This commit is contained in:
2026-06-01 21:49:53 +05:30
parent 8537c653c1
commit 3163bb213e
387 changed files with 21940 additions and 107 deletions

26
docengine/.dockerignore Normal file
View File

@@ -0,0 +1,26 @@
__pycache__
*.pyc
*.pyo
.Python
.env
.venv
env/
venv/
*.egg-info
dist/
build/
.git
.gitignore
.dockerignore
*.md
*.rst
docs/
tests/
htmlcov/
.coverage
.pytest_cache
.mypy_cache
.ruff_cache
*.log
.idea/
.vscode/