diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f77efc --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.py[cod] +*.egg-info/ +.venv/ +dist/ +.pytest_cache/ +.ruff_cache/ diff --git a/src/autossh_mgr/__pycache__/__init__.cpython-314.pyc b/src/autossh_mgr/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 637eb61..0000000 Binary files a/src/autossh_mgr/__pycache__/__init__.cpython-314.pyc and /dev/null differ