1
0
mirror of https://github.com/enpaul/keyosk.git synced 2024-11-04 13:47:08 +00:00

Add mypy cache to gitignore

This commit is contained in:
Ethan Paul 2020-02-18 23:02:24 -05:00
parent 1282300dea
commit 7da27c3f57

4
.gitignore vendored
View File

@ -7,6 +7,9 @@ __pycache__/
# C extensions
*.so
# MyPy
.mypy_cache/
# Distribution / packaging
.Python
env/
@ -93,4 +96,3 @@ ENV/
# Rope project settings
.ropeproject