chore: update .gitignore and ignore cache
This commit is contained in:
parent
5851166112
commit
fd36ca2fad
|
|
@ -1,3 +1,6 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
cmts_api_env/
|
cmts_api_env/
|
||||||
|
*_cache.json
|
||||||
|
filters_*.json
|
||||||
|
*.bk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue