# Python __pycache__ *.py[cod] *$py.class *.so .Python .venv venv/ ENV/ # Git .git .gitignore # IDE .vscode/ .idea/ *.swp *.swo # Data directories (will be mounted or downloaded separately) base_checkpoints/ mid_checkpoints/ chatsft_checkpoints/ chatrl_checkpoints/ base_data/ base_eval/ eval_bundle/ report/ # Build artifacts *.egg-info/ dist/ build/ target/ # Logs *.log # UV lock file (not needed in container) uv.lock