Add .gitignore, remove cache and __pycache__ from tracking
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
|
||||||
|
# Runtime image cache
|
||||||
|
cache/
|
||||||
Reference in New Issue
Block a user