# Python __pycache__/ *.py[cod] *$py.class *.so *.egg *.egg-info/ dist/ build/ *.whl # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Reference code & papers (do not upload) ref/ tmp/ # Weights & checkpoints *.pth *.pt *.ckpt *.onnx # Logs & outputs *.log outputs/ runs/ lightning_logs/ # Jupyter .ipynb_checkpoints/ # Environment .env .venv/ venv/