diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e1d4a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.pyc +__pycache__ + +*.idea + +build/ +dist/ +*.egg-info/ +.mypy_cache/ + +*.swp +*.swo + +*.gds +*.gds.gz diff --git a/klamath/__pycache__/__init__.cpython-38.pyc b/klamath/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index b9e48f7..0000000 Binary files a/klamath/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/klamath/__pycache__/basic.cpython-38.pyc b/klamath/__pycache__/basic.cpython-38.pyc deleted file mode 100644 index 6e8de97..0000000 Binary files a/klamath/__pycache__/basic.cpython-38.pyc and /dev/null differ diff --git a/klamath/__pycache__/elements.cpython-38.pyc b/klamath/__pycache__/elements.cpython-38.pyc deleted file mode 100644 index a841118..0000000 Binary files a/klamath/__pycache__/elements.cpython-38.pyc and /dev/null differ diff --git a/klamath/__pycache__/library.cpython-38.pyc b/klamath/__pycache__/library.cpython-38.pyc deleted file mode 100644 index 71a72fb..0000000 Binary files a/klamath/__pycache__/library.cpython-38.pyc and /dev/null differ diff --git a/klamath/__pycache__/record.cpython-38.pyc b/klamath/__pycache__/record.cpython-38.pyc deleted file mode 100644 index 30e6290..0000000 Binary files a/klamath/__pycache__/record.cpython-38.pyc and /dev/null differ diff --git a/klamath/__pycache__/records.cpython-38.pyc b/klamath/__pycache__/records.cpython-38.pyc deleted file mode 100644 index 591fc6a..0000000 Binary files a/klamath/__pycache__/records.cpython-38.pyc and /dev/null differ diff --git a/klamath/__pycache__/test_basic.cpython-38-PYTEST.pyc b/klamath/__pycache__/test_basic.cpython-38-PYTEST.pyc deleted file mode 100644 index 9d4d973..0000000 Binary files a/klamath/__pycache__/test_basic.cpython-38-PYTEST.pyc and /dev/null differ diff --git a/klamath/__pycache__/test_record.cpython-38-PYTEST.pyc b/klamath/__pycache__/test_record.cpython-38-PYTEST.pyc deleted file mode 100644 index 0a4d0de..0000000 Binary files a/klamath/__pycache__/test_record.cpython-38-PYTEST.pyc and /dev/null differ