From c9b925158e52e67c41b94555b52470eff8b91ca0 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 22 Aug 2017 11:26:23 +0200 Subject: deleted pycache folder --- .gitignore | 2 ++ __pycache__/__init__.cpython-35.pyc | Bin 124 -> 0 bytes __pycache__/classes.cpython-35.pyc | Bin 1573 -> 0 bytes __pycache__/commands.cpython-35.pyc | Bin 2036 -> 0 bytes __pycache__/config.cpython-35.pyc | Bin 218 -> 0 bytes __pycache__/listcommands.cpython-35.pyc | Bin 963 -> 0 bytes lib/__pycache__/__init__.cpython-35.pyc | Bin 128 -> 0 bytes lib/__pycache__/classes.cpython-35.pyc | Bin 1082 -> 0 bytes lib/__pycache__/commands.cpython-35.pyc | Bin 3504 -> 0 bytes lib/__pycache__/config.cpython-35.pyc | Bin 248 -> 0 bytes lib/__pycache__/listcommands.cpython-35.pyc | Bin 1912 -> 0 bytes lib/__pycache__/web.cpython-35.pyc | Bin 599 -> 0 bytes 12 files changed, 2 insertions(+) delete mode 100644 __pycache__/__init__.cpython-35.pyc delete mode 100644 __pycache__/classes.cpython-35.pyc delete mode 100644 __pycache__/commands.cpython-35.pyc delete mode 100644 __pycache__/config.cpython-35.pyc delete mode 100644 __pycache__/listcommands.cpython-35.pyc delete mode 100644 lib/__pycache__/__init__.cpython-35.pyc delete mode 100644 lib/__pycache__/classes.cpython-35.pyc delete mode 100644 lib/__pycache__/commands.cpython-35.pyc delete mode 100644 lib/__pycache__/config.cpython-35.pyc delete mode 100644 lib/__pycache__/listcommands.cpython-35.pyc delete mode 100644 lib/__pycache__/web.cpython-35.pyc diff --git a/.gitignore b/.gitignore index 1377554..227b2bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.swp +/__pycache__ +/lib/__pycache__ diff --git a/__pycache__/__init__.cpython-35.pyc b/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index a333a06..0000000 Binary files a/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/classes.cpython-35.pyc b/__pycache__/classes.cpython-35.pyc deleted file mode 100644 index f1d354a..0000000 Binary files a/__pycache__/classes.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/commands.cpython-35.pyc b/__pycache__/commands.cpython-35.pyc deleted file mode 100644 index 54a771b..0000000 Binary files a/__pycache__/commands.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-35.pyc b/__pycache__/config.cpython-35.pyc deleted file mode 100644 index 98340a9..0000000 Binary files a/__pycache__/config.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/listcommands.cpython-35.pyc b/__pycache__/listcommands.cpython-35.pyc deleted file mode 100644 index 163701b..0000000 Binary files a/__pycache__/listcommands.cpython-35.pyc and /dev/null differ diff --git a/lib/__pycache__/__init__.cpython-35.pyc b/lib/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index 5f9e4c4..0000000 Binary files a/lib/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/lib/__pycache__/classes.cpython-35.pyc b/lib/__pycache__/classes.cpython-35.pyc deleted file mode 100644 index 8f50e16..0000000 Binary files a/lib/__pycache__/classes.cpython-35.pyc and /dev/null differ diff --git a/lib/__pycache__/commands.cpython-35.pyc b/lib/__pycache__/commands.cpython-35.pyc deleted file mode 100644 index 0694086..0000000 Binary files a/lib/__pycache__/commands.cpython-35.pyc and /dev/null differ diff --git a/lib/__pycache__/config.cpython-35.pyc b/lib/__pycache__/config.cpython-35.pyc deleted file mode 100644 index 62af1c3..0000000 Binary files a/lib/__pycache__/config.cpython-35.pyc and /dev/null differ diff --git a/lib/__pycache__/listcommands.cpython-35.pyc b/lib/__pycache__/listcommands.cpython-35.pyc deleted file mode 100644 index 12f2893..0000000 Binary files a/lib/__pycache__/listcommands.cpython-35.pyc and /dev/null differ diff --git a/lib/__pycache__/web.cpython-35.pyc b/lib/__pycache__/web.cpython-35.pyc deleted file mode 100644 index 11833b4..0000000 Binary files a/lib/__pycache__/web.cpython-35.pyc and /dev/null differ -- cgit v1.2.3-18-g5258