Skip to content

Commit 1c6df47

Browse files
committed
add .gitignore for python files
Signed-off-by: dchigarev <dmitry.chigarev@intel.com>
1 parent 1a4b755 commit 1c6df47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Python caches
2+
__pycache__/
3+
*.py[cod]
4+
.pytest_cache
5+
6+
# Lighthouse Python module builds
7+
dist/
8+
python/lighthouse*.egg-info/
9+
*.whl

0 commit comments

Comments
 (0)