Files
ovf/.gitignore
2025-09-27 05:33:12 -04:00

14 lines
117 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
__pypackages__/
env/
.venv/
.vscode/
.cache/
test/
outputs/
ovf.egg-info/
dist/
build/