Skip to content

Commit fdba45d

Browse files
gmarullgalak
authored andcommitted
gitignore: add Python and editor files
Add some rules to exclude files generated by Python runtime, pytest, editors, etc. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 8eb3d3f commit fdba45d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# editors
2+
.vscode
3+
4+
# python
5+
__pycache__
6+
.venv
7+
.coverage
8+
htmlcov/

0 commit comments

Comments
 (0)