diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fffc64d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.swp diff --git a/pgbouncemgr/__pycache__/node_config.cpython-36.pyc b/pgbouncemgr/__pycache__/node_config.cpython-36.pyc deleted file mode 100644 index 346d10b..0000000 Binary files a/pgbouncemgr/__pycache__/node_config.cpython-36.pyc and /dev/null differ diff --git a/pgbouncemgr/__pycache__/state.cpython-36.pyc b/pgbouncemgr/__pycache__/state.cpython-36.pyc deleted file mode 100644 index 6cb6835..0000000 Binary files a/pgbouncemgr/__pycache__/state.cpython-36.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-36.pyc b/tests/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 953bf6d..0000000 Binary files a/tests/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/tests/__pycache__/test_node_config.cpython-36.pyc b/tests/__pycache__/test_node_config.cpython-36.pyc deleted file mode 100644 index 7da08f4..0000000 Binary files a/tests/__pycache__/test_node_config.cpython-36.pyc and /dev/null differ diff --git a/tests/__pycache__/test_state.cpython-36.pyc b/tests/__pycache__/test_state.cpython-36.pyc deleted file mode 100644 index 95bbc03..0000000 Binary files a/tests/__pycache__/test_state.cpython-36.pyc and /dev/null differ