diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ba3dd3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.venv/ +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +dist/ +build/ +.pytest_cache/ diff --git a/.venv/bin/python b/.venv/bin/python deleted file mode 120000 index b8a0adb..0000000 --- a/.venv/bin/python +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/.venv/bin/python3 b/.venv/bin/python3 deleted file mode 120000 index ae65fda..0000000 --- a/.venv/bin/python3 +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/python3 \ No newline at end of file diff --git a/.venv/bin/python3.12 b/.venv/bin/python3.12 deleted file mode 120000 index b8a0adb..0000000 --- a/.venv/bin/python3.12 +++ /dev/null @@ -1 +0,0 @@ -python3 \ No newline at end of file diff --git a/.venv/lib64 b/.venv/lib64 deleted file mode 120000 index 7951405..0000000 --- a/.venv/lib64 +++ /dev/null @@ -1 +0,0 @@ -lib \ No newline at end of file diff --git a/.venv/pyvenv.cfg b/.venv/pyvenv.cfg deleted file mode 100644 index c57c6f3..0000000 --- a/.venv/pyvenv.cfg +++ /dev/null @@ -1,5 +0,0 @@ -home = /usr/bin -include-system-site-packages = false -version = 3.12.3 -executable = /usr/bin/python3.12 -command = /usr/bin/python3 -m venv /home/dierk/Programmierung/claude/excel-import/.venv diff --git a/excel_import/__pycache__/__init__.cpython-312.pyc b/excel_import/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6be3ca2..0000000 Binary files a/excel_import/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/excel_import/__pycache__/config.cpython-312.pyc b/excel_import/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 340f9e0..0000000 Binary files a/excel_import/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/excel_import/__pycache__/importer.cpython-312.pyc b/excel_import/__pycache__/importer.cpython-312.pyc deleted file mode 100644 index dc164e5..0000000 Binary files a/excel_import/__pycache__/importer.cpython-312.pyc and /dev/null differ diff --git a/excel_import/__pycache__/reader.cpython-312.pyc b/excel_import/__pycache__/reader.cpython-312.pyc deleted file mode 100644 index 3bdd9ab..0000000 Binary files a/excel_import/__pycache__/reader.cpython-312.pyc and /dev/null differ diff --git a/excel_import/__pycache__/schema.cpython-312.pyc b/excel_import/__pycache__/schema.cpython-312.pyc deleted file mode 100644 index f14dc23..0000000 Binary files a/excel_import/__pycache__/schema.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-312.pyc b/tests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index b5ddee5..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_config.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_config.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index bfb4583..0000000 Binary files a/tests/__pycache__/test_config.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_importer.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_importer.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 0c973a2..0000000 Binary files a/tests/__pycache__/test_importer.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_reader.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_reader.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 58c483d..0000000 Binary files a/tests/__pycache__/test_reader.cpython-312-pytest-9.0.3.pyc and /dev/null differ