From 2f3fd33c33f12b4426072a0279de85ff797611fe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Oct 2021 13:31:27 -0700 Subject: init project from existing code and tests in sandcrawler, fatcat-scholar, fuzzycat, etc --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e5e921 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log +Pipfile.lock + +!.flake8 +!.gitlab-ci.yml +!.pylintrc +!.coveragerc + +# Don't ignore this file itself +!.gitignore -- cgit v1.2.3