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 <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2020-09-04 18:46:46 +02:00 committed by Kumar Gala
parent 8eb3d3fd0b
commit fdba45dc89
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# editors
.vscode
# python
__pycache__
.venv
.coverage
htmlcov/