#some temp and build directories
__pycache__
dist/*
Docs/
data/
out/
#ingnore data files that may be used or generated during dev.
*.ipynb
*.dna
*.pdf
*.txt
*.json
*.zip
*.jpg
*.bin
.pypirc
*.bat
#any actual py files are in src.  anything in root is supposed to just for development.
/*.py