# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Jupyter Notebook .ipynb_checkpoints *.ipynb # Data files data/ dataset.zip math/ *.parquet _extracted/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Git .git/ .gitignore .gitattributes # Documentation README.md LICENSE docs/ # Logs *.log # Model training artifacts (keep only model.pkl) wandb/ *.h5 checkpoints/