animagine-xl-3.1 / .gitignore
doevent's picture
Upload 10 files
c9f702a verified
raw
history blame
251 Bytes
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
env/
ENV/
# Model checkpoints
checkpoints/
# Outputs
outputs/
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
# Environment variables
.env