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