# env and secrets .env.local .env # python __pycache__/ *.pyc *.pyo .pytest_cache/ .venv/ # uv .uv/ # huggingface cache (kept in workspace via HF_HOME on vast) .hf/ # training outputs runs/ dist/ data/ *.log # notebook checkpoints .ipynb_checkpoints/