Skip to content

Commit b4a8a6f

Browse files
committed
Ignore .tox and entire __pycache__ folders from git.
1 parent 5984b39 commit b4a8a6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Because we never want compiled Python
2+
__pycache__/
23
*.pyc
34

45
# Ignore stuff produced by distutils
@@ -11,3 +12,6 @@ stats.prof
1112

1213
# From cover (esp. in combination with nose)
1314
.coverage
15+
16+
# Because tox's data is inherently local
17+
/.tox/

0 commit comments

Comments
 (0)