14 lines
181 B
Text
14 lines
181 B
Text
/Cargo.lock
|
|
/target/
|
|
|
|
__pycache__/
|
|
/venv/
|
|
|
|
# Ignore locally built native modules.
|
|
/hyperbuild/**/*.so
|
|
/hyperbuild/**/*.pyd
|
|
|
|
# Used by Python setuptools.
|
|
/build/
|
|
/dist/
|
|
/*.egg-info/
|