kasten/.gitignore

7 lines
112 B
Plaintext
Raw Normal View History

2020-04-11 07:50:29 +00:00
venv/*
kasten/__pycache__/*
testdata/*
.vscode/*
.mypy_cache/*
kasten.egg-info/*
2020-12-07 14:47:44 +00:00
kasten/exceptions/__pycache__/*