minify-html/python/main/.gitignore

11 lines
100 B
Plaintext
Raw Normal View History

/Cargo.lock
/target/
2020-01-20 08:33:31 -05:00
__pycache__/
/venv/
# Used by Python setuptools.
/build/
/dist/
/*.egg-info/