# Build artifacts dist/ build/ target/ # Dependencies node_modules/ __pycache__/ *.pyc *.pyo *.pyd .Python env/ venv/ .venv/ .ENV .venv.bak/ pip-log.txt pip-selfcheck.json # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* streamlit.log streamlit.pid # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Editor files .vscode/ .idea/ *.swp *.swo *~ \#*\# /.emacs.desktop /.emacs.desktop.lock # Environment variables .env .env.local .env.* !.env.example # Python specific __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 # Compressed files *.zip *.tar.gz *.tar.bz2 *.tar.xz *.gz *.rar *.7z # Project / runtime artifacts data/corrections/hitl_corrections.jsonl *.pt *.onnx *.xlsx *.db *.bak *.pkl best_model.pt emotion_centroids.pkl plutchik_erc.db inference.log .ipynb_checkpoints/ server.pid