# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment .venv/ venv/ ENV/ env/ .env # IDE and Editor .vscode/ .idea/ *.swp *.swo *~ .DS_Store *.sublime-project *.sublime-workspace .project .pydevproject .settings/ *.code-workspace # OS Thumbs.db .DS_Store .AppleDouble # Runtime logs (generated per session — never commit) app/logs/*.jsonl app/logs/trace_*.json .LSOverride # Logs and temporary files app/logs/*.jsonl app/logs/*.log *.log *.pot # Runtime data .coverage .pytest_cache/ htmlcov/ # Jupyter Notebook .ipynb_checkpoints *.ipynb # Unit test / coverage reports .tox/ .hypothesis/ .coverage .coverage.* .cache # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Model files and large data *.model *.bin *.pt *.pth *.ckpt # Temporary and backup files *.tmp *.bak *.swp *.swo *~ .~* # Generated files normalized_games.json # other files to ignore CityQuest_AI_Project_Specification.md ai_pipeline_source_of_truth.md