Skip to content

Commit d5cf7c9

Browse files
Update .hgignore
1 parent 508f1b1 commit d5cf7c9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.hgignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
~$
2+
\.diff$
23
\.orig$
34

45
\.pyc$
6+
__pycache__/
7+
__version__\.py
8+
9+
\.cache/
10+
\.pytest_cache/
511

612
^\.ipynb
713
^\.tox/
814
^\.env/
9-
^\.cache/
1015
^\.coverage
1116

17+
^output\.xml
18+
^log\.html
19+
^report\.html
20+
1221
\.egg$
1322
\.egg-info/
1423
^\.eggs/

0 commit comments

Comments
 (0)