Add project gitignore and env template
This commit is contained in:
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