diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e9a74f --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Python cache files +__pycache__/ +*.py[cod] +*$py.class +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg diff --git a/__pycache__/efficiency_nodes.cpython-312.pyc b/__pycache__/efficiency_nodes.cpython-312.pyc deleted file mode 100644 index 19ca335..0000000 Binary files a/__pycache__/efficiency_nodes.cpython-312.pyc and /dev/null differ diff --git a/py/__pycache__/__init__.cpython-312.pyc b/py/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a30962e..0000000 Binary files a/py/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/py/__pycache__/smZ_cfg_denoiser.cpython-312.pyc b/py/__pycache__/smZ_cfg_denoiser.cpython-312.pyc deleted file mode 100644 index da1d6fd..0000000 Binary files a/py/__pycache__/smZ_cfg_denoiser.cpython-312.pyc and /dev/null differ