nested-lookup/.gitignore
russellballestrini ec281f6b3f Better test to protect against mutation.
modified:   .gitignore
	modified:   README.rst
	modified:   nested_lookup/lookup_api.py
	modified:   setup.py
	modified:   test_lookup_api.py
2019-01-17 17:45:00 -05:00

8 lines
92 B
Text

__pycache__*
.pytest_cache*
*.pyc
.coverage
build/*
dist/*
nested_lookup.egg-info/*
.cache/