This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/python/.gitignore
2021-04-07 20:50:05 +10:00

16 lines
205 B
Text

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