Skip to content

Commit 5990d7e

Browse files
committed
git ignores
1 parent 3d149ad commit 5990d7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ nose*.egg-info
33
nose*.egg
44
_build
55
.coverage
6-
dist
6+
dist/
77
*.pyc
88
.pytest_cache/
9+
_version.py
10+
version.txt
11+
.eggs/
12+
.tox/
13+
build/
914

1015
.idea

0 commit comments

Comments
 (0)