# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Jupyter Notebook .ipynb_checkpoints */.ipynb_checkpoints/* # Environment .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # MacOS .DS_Store .AppleDouble .LSOverride # Large model files (optional - comment out if you want to include them) # *.bin # *.safetensors # *.pt # *.pth # Temporary files *.tmp *.bak *.log # Generated figures (keep tracked for paper) # Uncomment if you don't want to track generated figures # results/figures/*.png # results/figures/*.pdf # Hugging Face cache .cache/ huggingface/ # Data files that are too large # Uncomment if needed # data/*.json # model/*.zip