fix(gitignore): ignore pychache
This commit is contained in:
parent
27248e9518
commit
316eeaa9ba
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
Normal file → Executable file
1
.gitignore
vendored
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
.ruff_cache/
|
||||
venv/
|
||||
.idea/
|
||||
__pycache__/
|
||||
|
|
Reference in a new issue