youandme/.gitignore

11 lines
159 B
Plaintext
Raw Permalink Normal View History

2020-04-20 08:36:41 +00:00
venv/*
testdata/*
.vscode/*
.mypy_cache/*
youandme.egg-info/*
__pycache__/*
src/__pycache__/*
src/youandme.egg-info/*
src/youandme/__pycache__/*
2020-04-23 09:29:35 +00:00
dist/*
build/*