rollback to initial and add gitignore file #2
9
.gitignore
vendored
9
.gitignore
vendored
@ -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/
|
|
||||||
BIN
models/__pycache__/pos_payment_method.cpython-311.pyc
Normal file
BIN
models/__pycache__/pos_payment_method.cpython-311.pyc
Normal file
Binary file not shown.
BIN
models/__pycache__/pos_session.cpython-311.pyc
Normal file
BIN
models/__pycache__/pos_session.cpython-311.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user