ignore cache in gitignore

This commit is contained in:
Kevin Froman 2020-12-07 14:47:44 +00:00
parent 663976924d
commit 266acb190a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ testdata/*
.vscode/*
.mypy_cache/*
kasten.egg-info/*
kasten/exceptions/__pycache__/*