Add some rules to exclude files generated by Python runtime, pytest, editors, etc. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>pull/66/head
parent
8eb3d3fd0b
commit
fdba45dc89
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
# editors |
||||
.vscode |
||||
|
||||
# python |
||||
__pycache__ |
||||
.venv |
||||
.coverage |
||||
htmlcov/ |
Loading…
Reference in new issue