Skip to content

Commit ee200eb

Browse files
authored
Merge pull request #57 from srib/pycache_ignore
Update `.gitignore` for cached files and PyCharm project files
2 parents e93e824 + f0dfc2e commit ee200eb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.mypy_cache/
2-
/.coverage
3-
/.coverage.*
4-
/.nox/
5-
/.python-version
6-
/.pytype/
7-
/dist/
8-
/docs/_build/
9-
/src/*.egg-info/
10-
/*__pycache__/
2+
.coverage
3+
.coverage.*
4+
.nox/
5+
.python-version
6+
.pytype/
7+
dist/
8+
docs/_build/
9+
src/*.egg-info/
10+
__pycache__/
11+
.idea/

0 commit comments

Comments
 (0)