# Output directories out/ out2/ # Keep result/plot dirs (small) !out/ out/* !out/maze_kdetour/ !out/plot/ # Large training data data/maze/36/ data/maze/100/ # Python cache __pycache__/ *.pyc *.pyo *.pyd .Python # Virtual environments venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~