rollback to initial and add gitignore file #2

Open
admin.suherdy wants to merge 4 commits from rollback into main
3 changed files with 2 additions and 9 deletions

9
.gitignore vendored
View File

@ -47,10 +47,8 @@ htmlcov/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
@ -71,8 +69,6 @@ instance/
# Sphinx documentation
docs/_build/
build/
temp/
# PyBuilder
target/
@ -93,7 +89,7 @@ Pipfile.lock
# poetry
poetry.lock
# PEP 582; used by python-next
# PEP 582; used by pythonloc
__pypackages__/
# Celery stuff
@ -135,6 +131,3 @@ dmypy.json
# Cython debug symbols
cython_debug/
# VS Code settings
.vscode/

Binary file not shown.

Binary file not shown.