# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Large model files are tracked via Git LFS (do NOT ignore them here) # *.keras, *.h5, *.pth, *.pb — handled by .gitattributes + git lfs # Jupyter .ipynb_checkpoints/ *.ipynb # Cache *.cache .cache/ # Logs *.log