ignore cache in gitignore

master
Kevin Froman 3 years ago
parent 663976924d
commit 266acb190a

1
.gitignore vendored

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