diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57739fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +__pycache__/ +*.pyc +*.pyo +*.pyd +.venv/ +venv/ +*.egg-info/ +dist/ +build/ diff --git a/__pycache__/agent.cpython-311.pyc b/__pycache__/agent.cpython-311.pyc deleted file mode 100644 index 3a129d0..0000000 Binary files a/__pycache__/agent.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-311.pyc b/__pycache__/config.cpython-311.pyc deleted file mode 100644 index ac24094..0000000 Binary files a/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/genetic.cpython-311.pyc b/__pycache__/genetic.cpython-311.pyc deleted file mode 100644 index 2d9ba99..0000000 Binary files a/__pycache__/genetic.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/maze.cpython-311.pyc b/__pycache__/maze.cpython-311.pyc deleted file mode 100644 index 3bf6897..0000000 Binary files a/__pycache__/maze.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/visualizer.cpython-311.pyc b/__pycache__/visualizer.cpython-311.pyc deleted file mode 100644 index e47473c..0000000 Binary files a/__pycache__/visualizer.cpython-311.pyc and /dev/null differ