diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..452c1f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +TestLocateAndParseControlledVocabulary.sh +build/ +dist/ +filetags.egg-info/ +filetags/__pycache__/ +manualtests/ +setup.py +tests/testfiles/ +update_pip.sh +venv/ + +/tests/__pycache__/ diff --git a/tests/call_tests.sh b/tests/call_tests.sh old mode 100755 new mode 100644