# 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 # Virtual Environment venv/ ENV/ env/ .env # IDE .idea/ .vscode/ *.swp *.swo # Jupyter Notebook .ipynb_checkpoints *.ipynb # Model files and cache *.h5 *.keras *.joblib *.pkl .cache/ .pytest_cache/ .coverage htmlcov/ .transformers/ cached_* # Gradio flagged/ gradio_cached_examples/ .gradio/ *.pem # Logs *.log logs/ lightning_logs/ # OS .DS_Store Thumbs.db