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
|
|
|