diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07e7331 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +.venv +venv \ No newline at end of file diff --git a/src/__pycache__/__init__.cpython-310.pyc b/src/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 227e8be..0000000 Binary files a/src/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/core.cpython-310.pyc b/src/__pycache__/core.cpython-310.pyc deleted file mode 100644 index 15eb764..0000000 Binary files a/src/__pycache__/core.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/game_registry.cpython-310.pyc b/src/__pycache__/game_registry.cpython-310.pyc deleted file mode 100644 index bedb8eb..0000000 Binary files a/src/__pycache__/game_registry.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/llm_config.cpython-310.pyc b/src/__pycache__/llm_config.cpython-310.pyc deleted file mode 100644 index 393f190..0000000 Binary files a/src/__pycache__/llm_config.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/validator.cpython-310.pyc b/src/__pycache__/validator.cpython-310.pyc deleted file mode 100644 index 843197f..0000000 Binary files a/src/__pycache__/validator.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/__init__.cpython-310.pyc b/src/games/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 33ee7b4..0000000 Binary files a/src/games/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/base.cpython-310.pyc b/src/games/__pycache__/base.cpython-310.pyc deleted file mode 100644 index aa06f86..0000000 Binary files a/src/games/__pycache__/base.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/match.cpython-310.pyc b/src/games/__pycache__/match.cpython-310.pyc deleted file mode 100644 index 305c2de..0000000 Binary files a/src/games/__pycache__/match.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/memory_card.cpython-310.pyc b/src/games/__pycache__/memory_card.cpython-310.pyc deleted file mode 100644 index 3630a7e..0000000 Binary files a/src/games/__pycache__/memory_card.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/quiz.cpython-310.pyc b/src/games/__pycache__/quiz.cpython-310.pyc deleted file mode 100644 index f504339..0000000 Binary files a/src/games/__pycache__/quiz.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/sentence.cpython-310.pyc b/src/games/__pycache__/sentence.cpython-310.pyc deleted file mode 100644 index 63f8f8e..0000000 Binary files a/src/games/__pycache__/sentence.cpython-310.pyc and /dev/null differ diff --git a/src/games/__pycache__/sequence.cpython-310.pyc b/src/games/__pycache__/sequence.cpython-310.pyc deleted file mode 100644 index 4383cbc..0000000 Binary files a/src/games/__pycache__/sequence.cpython-310.pyc and /dev/null differ