diff options
author | Santo Cariotti <sancn@live.com> | 2017-08-22 11:26:23 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-08-22 11:26:23 +0200 |
commit | c9b925158e52e67c41b94555b52470eff8b91ca0 (patch) | |
tree | f2bc1ce0fcaab389503a40eba22fc22a82d8175a | |
parent | 3bc525cf289c790434f31017869ad87589b75d54 (diff) |
deleted pycache folder
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | __pycache__/__init__.cpython-35.pyc | bin | 124 -> 0 bytes | |||
-rw-r--r-- | __pycache__/classes.cpython-35.pyc | bin | 1573 -> 0 bytes | |||
-rw-r--r-- | __pycache__/commands.cpython-35.pyc | bin | 2036 -> 0 bytes | |||
-rw-r--r-- | __pycache__/config.cpython-35.pyc | bin | 218 -> 0 bytes | |||
-rw-r--r-- | __pycache__/listcommands.cpython-35.pyc | bin | 963 -> 0 bytes | |||
-rw-r--r-- | lib/__pycache__/__init__.cpython-35.pyc | bin | 128 -> 0 bytes | |||
-rw-r--r-- | lib/__pycache__/classes.cpython-35.pyc | bin | 1082 -> 0 bytes | |||
-rw-r--r-- | lib/__pycache__/commands.cpython-35.pyc | bin | 3504 -> 0 bytes | |||
-rw-r--r-- | lib/__pycache__/config.cpython-35.pyc | bin | 248 -> 0 bytes | |||
-rw-r--r-- | lib/__pycache__/listcommands.cpython-35.pyc | bin | 1912 -> 0 bytes | |||
-rw-r--r-- | lib/__pycache__/web.cpython-35.pyc | bin | 599 -> 0 bytes |
12 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ *.swp +/__pycache__ +/lib/__pycache__ diff --git a/__pycache__/__init__.cpython-35.pyc b/__pycache__/__init__.cpython-35.pyc Binary files differdeleted file mode 100644 index a333a06..0000000 --- a/__pycache__/__init__.cpython-35.pyc +++ /dev/null diff --git a/__pycache__/classes.cpython-35.pyc b/__pycache__/classes.cpython-35.pyc Binary files differdeleted file mode 100644 index f1d354a..0000000 --- a/__pycache__/classes.cpython-35.pyc +++ /dev/null diff --git a/__pycache__/commands.cpython-35.pyc b/__pycache__/commands.cpython-35.pyc Binary files differdeleted file mode 100644 index 54a771b..0000000 --- a/__pycache__/commands.cpython-35.pyc +++ /dev/null diff --git a/__pycache__/config.cpython-35.pyc b/__pycache__/config.cpython-35.pyc Binary files differdeleted file mode 100644 index 98340a9..0000000 --- a/__pycache__/config.cpython-35.pyc +++ /dev/null diff --git a/__pycache__/listcommands.cpython-35.pyc b/__pycache__/listcommands.cpython-35.pyc Binary files differdeleted file mode 100644 index 163701b..0000000 --- a/__pycache__/listcommands.cpython-35.pyc +++ /dev/null diff --git a/lib/__pycache__/__init__.cpython-35.pyc b/lib/__pycache__/__init__.cpython-35.pyc Binary files differdeleted file mode 100644 index 5f9e4c4..0000000 --- a/lib/__pycache__/__init__.cpython-35.pyc +++ /dev/null diff --git a/lib/__pycache__/classes.cpython-35.pyc b/lib/__pycache__/classes.cpython-35.pyc Binary files differdeleted file mode 100644 index 8f50e16..0000000 --- a/lib/__pycache__/classes.cpython-35.pyc +++ /dev/null diff --git a/lib/__pycache__/commands.cpython-35.pyc b/lib/__pycache__/commands.cpython-35.pyc Binary files differdeleted file mode 100644 index 0694086..0000000 --- a/lib/__pycache__/commands.cpython-35.pyc +++ /dev/null diff --git a/lib/__pycache__/config.cpython-35.pyc b/lib/__pycache__/config.cpython-35.pyc Binary files differdeleted file mode 100644 index 62af1c3..0000000 --- a/lib/__pycache__/config.cpython-35.pyc +++ /dev/null diff --git a/lib/__pycache__/listcommands.cpython-35.pyc b/lib/__pycache__/listcommands.cpython-35.pyc Binary files differdeleted file mode 100644 index 12f2893..0000000 --- a/lib/__pycache__/listcommands.cpython-35.pyc +++ /dev/null diff --git a/lib/__pycache__/web.cpython-35.pyc b/lib/__pycache__/web.cpython-35.pyc Binary files differdeleted file mode 100644 index 11833b4..0000000 --- a/lib/__pycache__/web.cpython-35.pyc +++ /dev/null |