minify-html/python/.gitignore

16 lines
193 B
Plaintext

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