diff --git a/.gitignore b/.gitignore index 7a60b85..a99879d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +*/__pycache__/ __pycache__/ *.pyc diff --git a/backend/__pycache__/database.cpython-39.pyc b/backend/__pycache__/database.cpython-39.pyc deleted file mode 100644 index 2c5901d..0000000 Binary files a/backend/__pycache__/database.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/gds_builder.cpython-39.pyc b/backend/__pycache__/gds_builder.cpython-39.pyc deleted file mode 100644 index 023ccca..0000000 Binary files a/backend/__pycache__/gds_builder.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/layout_preview.cpython-39.pyc b/backend/__pycache__/layout_preview.cpython-39.pyc deleted file mode 100644 index 36e98cb..0000000 Binary files a/backend/__pycache__/layout_preview.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/pdk_access.cpython-39.pyc b/backend/__pycache__/pdk_access.cpython-39.pyc deleted file mode 100644 index 279759a..0000000 Binary files a/backend/__pycache__/pdk_access.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/pdk_registry.cpython-39.pyc b/backend/__pycache__/pdk_registry.cpython-39.pyc deleted file mode 100644 index 9a90baf..0000000 Binary files a/backend/__pycache__/pdk_registry.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/routed_layout_preview.cpython-39.pyc b/backend/__pycache__/routed_layout_preview.cpython-39.pyc deleted file mode 100644 index 0fbc33d..0000000 Binary files a/backend/__pycache__/routed_layout_preview.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/router_dependency.cpython-39.pyc b/backend/__pycache__/router_dependency.cpython-39.pyc deleted file mode 100644 index 22c500d..0000000 Binary files a/backend/__pycache__/router_dependency.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/technology_manifest.cpython-39.pyc b/backend/__pycache__/technology_manifest.cpython-39.pyc deleted file mode 100644 index fcdb4bc..0000000 Binary files a/backend/__pycache__/technology_manifest.cpython-39.pyc and /dev/null differ