8000 Ignore .tox and entire __pycache__ folders from git. · ambv/html5lib-python@b4a8a6f · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0