# Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg-info/ dist/ build/ .eggs/ # Jupyter .ipynb_checkpoints/ *.ipynb # Weights & Biases wandb/ # Model checkpoints and outputs *.pt *.pth showers_df_evaluation/ # Data files *.root *.h5 *.hdf5 *.pkl *.pickle *.npy *.npz # Demo files are downloaded at runtime from Hugging Face Hub model_clustering.ckpt model_e_pid.ckpt test_data.parquet # Logs *.log logs/ # Editors .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store