/ .gitignore
.gitignore
1 *.egg-info 2 *.pyc 3 .DS_Store 4 .cache 5 .mypy_cache 6 .pytest_cache 7 .tox 8 .vscode 9 .venv* 10 build 11 dist 12 test-data
1 *.egg-info 2 *.pyc 3 .DS_Store 4 .cache 5 .mypy_cache 6 .pytest_cache 7 .tox 8 .vscode 9 .venv* 10 build 11 dist 12 test-data