add test script

This commit is contained in:
Jev Kuznetsov
2025-09-15 08:42:41 +02:00
parent c9620a76e9
commit f6da3d9839
2 changed files with 194 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Build directory for template testing
build/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
.eggs/
*.egg-info/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db