Skip to content

Commit 2a42f53

Browse files
committed
Update Python.gitignore with some commonly used patterns for buildout-based projects
1 parent c991bc5 commit 2a42f53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Python.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build
88
eggs
99
parts
1010
bin
11+
var
12+
sdist
1113
develop-eggs
1214
.installed.cfg
1315

@@ -17,3 +19,6 @@ pip-log.txt
1719
# Unit test / coverage reports
1820
.coverage
1921
.tox
22+
23+
#Mr Developer
24+
.mr.developer.cfg

0 commit comments

Comments
 (0)