# python runtime files __pycache__ *.pyc *.pyo # development files *.pth .coverage .pypirc .mypy_cache tagit.egg-info htmlcov tags dev/ env # dist builds MANIFEST dist/ build/ # doc builds doc/build/ # doc extra files # test data binaries (keep the builder scripts only) # external builds tagit/external/setproperty/setproperty.c tagit/external/setproperty/setproperty.cpython* # assets tagit/assets/icons/kivy/browser* tagit/assets/icons/kivy/filter* tagit/assets/icons/kivy/grouping* tagit/assets/icons/kivy/misc* tagit/assets/icons/kivy/objects* tagit/assets/icons/kivy/search* tagit/assets/icons/kivy/session* tagit/assets/icons/kivy/tagging* ## EOF ##