Files
vulkan-binding/.gitignore
Plamen Dragiyski a8740d88dd
Some checks failed
CI / Code Style (autopep8) (push) Failing after 16s
CI / Tests (Python 3.12) (push) Successful in 20s
CI / Tests (Python 3.13) (push) Successful in 20s
CI / Tests (Python 3.14) (push) Successful in 19s
CI / Coverage (Python 3.12) (push) Failing after 7s
main: initial library
2026-05-10 01:05:56 +03:00

14 lines
136 B
Plaintext

.cache/
.coverage
.coverage-report/
.pdm.lock/
.vscode/
**/__pycache__/
**/*.pyc
.pdm-build/
dist/
build/
pytest_cache/
.venv/
var/
.env