Add project gitignore and env template

This commit is contained in:
JayXiao
2026-03-17 14:20:20 +08:00
commit 0a3e6e19e6
2 changed files with 18 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
HF_TOKEN=
JUPYTER_PORT=8888
HF_CACHE_DIR=./.cache/huggingface

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
.env
__pycache__/
*.pyc
.ipynb_checkpoints/
media-pipeline/models/diffusion/*
media-pipeline/models/loras/*
media-pipeline/models/video_models/*
media-pipeline/training/checkpoints/*
media-pipeline/core/character_engine/outputs/*
.cache/
notebooks/scratch/*
!**/.gitkeep