.gitignore.

This commit is contained in:
Dan Helfman 2021-09-11 15:40:39 -07:00
parent f6b07c0915
commit 272bae16f5
2 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
*.egg-info
*.pyc
*.swp
.cache
.coverage*
.pytest_cache
.tox
__pycache__
build/
dist/
pip-wheel-metadata/

0
novel_stats/__init__.py Normal file
View File