GouravDeepak/Mark3
0
1# Virtual Environment2.venv/3venv/4 5# Python cache6__pycache__/7*.pyc8 9# VS Code specific10.vscode/11 12# Data files (optional, but good practice if they are large or private)13# converted_data.json14# original_data.json15# game_data.json16 17# Model files (optional, can be large)18# *.pkl19# *.h5