Skip to content

Commit 55b9bff

Browse files
committed
Added __pycache__ to gitignore
1 parent e23de9e commit 55b9bff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.egg-info
22
*.pot
33
*.py[co]
4+
__pycache__
45
MANIFEST
56
dist/
67
docs/_build/

.hgignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ syntax:glob
33
*.egg-info
44
*.pot
55
*.py[co]
6+
__pycache__
67
docs/_build/
78
tests/coverage_html/
8-
tests/.coverage
9+
tests/.coverage

0 commit comments

Comments
 (0)