Add project gitignore and env template
This commit is contained in:
3
.env.example
Normal file
3
.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
HF_TOKEN=
|
||||
JUPYTER_PORT=8888
|
||||
HF_CACHE_DIR=./.cache/huggingface
|
||||
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user