more gitignore

This commit is contained in:
Kevin Froman 2020-12-07 14:49:35 +00:00
parent 266acb190a
commit c1d9db4710
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

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