Skip to content

Commit 33b48c4

Browse files
committed
Update .gitignore
1 parent 2132bf5 commit 33b48c4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,10 @@ ipython_config.py
8686
Pipfile.lock
8787
.pyre/
8888
pathtype_demo.py
89+
addedin.py
90+
demo.py
91+
frozendict.py
92+
mutdef_plugin.py
93+
mutdef.py
94+
narrows_type.py
95+
count_demo.py

repo_helper.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ tox_unmanaged:
7171

7272
additional_ignore:
7373
- pathtype_demo.py
74+
- addedin.py
75+
- demo.py
76+
- frozendict.py
77+
- mutdef_plugin.py
78+
- mutdef.py
79+
- narrows_type.py
80+
- count_demo.py
7481

7582
tox_testenv_extras: all
7683
min_coverage: 95

0 commit comments

Comments
 (0)