From 272bae16f59b8b1b459b39fbf29addc338eac2f4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 11 Sep 2021 15:40:39 -0700 Subject: [PATCH] .gitignore. --- .gitignore | 11 +++++++++++ novel_stats/__init__.py | 0 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 novel_stats/__init__.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4b136e --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.egg-info +*.pyc +*.swp +.cache +.coverage* +.pytest_cache +.tox +__pycache__ +build/ +dist/ +pip-wheel-metadata/ diff --git a/novel_stats/__init__.py b/novel_stats/__init__.py new file mode 100644 index 0000000..e69de29