We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeeef9 commit cd43618Copy full SHA for cd43618
.gitignore
@@ -1,18 +1,17 @@
1
-.DS_Store
2
-.coverage
3
-.noseids
4
-.ropeproject/
5
-.tox/
6
-*.py[co]
7
-*~
8
-*.sqlite
9
-*.sqlite-journal
10
-settings_local.py
11
-local_settings.py
+*.egg-info/
+
12
.*.sw[po]
+*.py[co]
+build/
13
dist/
14
-*.egg-info
15
doc/.build/
16
-build/
17
-locale/
+.ropeproject/
+.tox/
+ChangeLog
18
pip-log.txt
+.DS_Store
+.coverage
+.noseids
0 commit comments