youandme/.gitignore
2020-04-23 04:29:35 -05:00

11 lines
159 B
Plaintext

venv/*
testdata/*
.vscode/*
.mypy_cache/*
youandme.egg-info/*
__pycache__/*
src/__pycache__/*
src/youandme.egg-info/*
src/youandme/__pycache__/*
dist/*
build/*