Skip to content

Commit 5243337

Browse files
committed
Extends .gitignore with Python related files
Taken from Pigweed's .gitignore.
1 parent f965d49 commit 5243337

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.gitignore

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ TAGS
3535
# C-Lion / IDEA files
3636
.idea/**
3737

38-
# Python bytecodes
39-
__pycache__
38+
# Python
4039
*.pyc
40+
*.egg/
41+
*.eggs/
42+
*.egg-info/
43+
.cache/
44+
.mypy_cache/
45+
__pycache__/
46+
dist/
4147

4248
# Doxygen outputs
4349
docs/html

0 commit comments

Comments
 (0)