Skip to content

Commit 9d9d9bb

Browse files
committed
Update .gitignore
1 parent 633f9b3 commit 9d9d9bb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: .gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*.pyc
2+
*.pyo
23
__pycache__
3-
py3k
4-
dist
5-
PyMySQL.egg-info
6-
pymysql/tests/databases.json
4+
/dist
5+
/PyMySQL.egg-info
6+
/.tox
7+
/build
8+
/pymysql/tests/databases.json

0 commit comments

Comments
 (0)