1
0
Files
libcmo21/Assets/CodeGen/VectorGen/.gitignore
2026-01-25 10:36:42 +08:00

18 lines
217 B
Plaintext

## ======== Personal ========
# Ignore generated code
VxTypes.hpp
VxTypes.cpp
## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv