diff --git a/.gitignore b/.gitignore index f03d996..5da5122 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Python __pycache__ +Pipfile +Pipfile.lock # CAD *.stl diff --git a/companion_software/dashboard/Pipfile b/companion_software/dashboard/Pipfile deleted file mode 100644 index 71e4f7c..0000000 --- a/companion_software/dashboard/Pipfile +++ /dev/null @@ -1,11 +0,0 @@ -[[source]] -url = "https://pypi.org/simple" -verify_ssl = true -name = "pypi" - -[packages] - -[dev-packages] - -[requires] -python_version = "3.9" diff --git a/companion_software/dashboard/Pipfile.lock b/companion_software/dashboard/Pipfile.lock deleted file mode 100644 index 8aee7e8..0000000 --- a/companion_software/dashboard/Pipfile.lock +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_meta": { - "hash": { - "sha256": "a36a5392bb1e8bbc06bfaa0761e52593cf2d83b486696bf54667ba8da616c839" - }, - "pipfile-spec": 6, - "requires": { - "python_version": "3.9" - }, - "sources": [ - { - "name": "pypi", - "url": "https://pypi.org/simple", - "verify_ssl": true - } - ] - }, - "default": {}, - "develop": {} -}