rollback to initial and add gitignore file #2
11
.gitignore
vendored
11
.gitignore
vendored
@ -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
|
||||
@ -134,7 +130,4 @@ dmypy.json
|
||||
.pytype/
|
||||
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
# VS Code settings
|
||||
.vscode/
|
||||
cython_debug/
|
||||
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