Remove python cache files
This commit is contained in:
parent
fd7268f041
commit
ef4257edfd
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -24,3 +24,10 @@ dist-ssr
|
|||
|
||||
# air
|
||||
tmp
|
||||
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
|
|
|||
Loading…
Reference in a new issue