view .hgignore @ 88:925bc39ddb92

rename gitignore to hgignore
author musou_aka
date Tue, 26 Jun 2018 10:52:16 +0900
parents
children 6f8c3f8b5c07
line wrap: on
line source

syntax: glob
__pycache__
*.pyc
build/
dist/
MANIFEST
.idea/
.ipynb_checkpoints/
*.egg-info/
venv/