minify-html/python/.gitignore

13 lines
167 B
Plaintext
Raw Normal View History

/Cargo.lock
/target/
/venv/
# Ignore locally built native modules.
/hyperbuild/**/*.so
/hyperbuild/**/*.pyd
# Used by Python setuptools.
/build/
/dist/
/*.egg-info/