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

Binary file not shown.

Binary file not shown.