minify-html/python/.gitignore

15 lines
181 B
Plaintext

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