add pycache to gitignore
This commit is contained in:
parent
49a7ac9fd7
commit
08c4187d70
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@ result
|
|||
# Python
|
||||
.ruff_cache
|
||||
.ropeproject
|
||||
**/__pycache__/
|
||||
|
||||
# Runtime
|
||||
*.sqlite3
|
||||
|
|
Loading…
Reference in a new issue