Initial upload with comprehensive README and tests

This commit is contained in:
2026-02-01 05:15:30 +00:00
parent 1473c0f432
commit 3a32e0c08c

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# ruff
.ruff_cache/