updated gitignore

This commit is contained in:
Kevin Froman 2020-04-23 04:29:35 -05:00
parent 594df495c3
commit 383b31852b
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ __pycache__/*
src/__pycache__/*
src/youandme.egg-info/*
src/youandme/__pycache__/*
dist/*
build/*