diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..108d71e --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db diff --git a/__pycache__/efficiency_nodes.cpython-312.pyc b/__pycache__/efficiency_nodes.cpython-312.pyc deleted file mode 100644 index 6331267..0000000 Binary files a/__pycache__/efficiency_nodes.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/tsc_utils.cpython-312.pyc b/__pycache__/tsc_utils.cpython-312.pyc deleted file mode 100644 index b250aa0..0000000 Binary files a/__pycache__/tsc_utils.cpython-312.pyc and /dev/null differ