- use uv to manage VectorGen - use std::partial_ordering to replace auto in template because auto is not works for seperated implementation and declaration. - rename YYCC macro due to the upgrade of YYCC.
18 lines
217 B
Plaintext
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
|
|
|