l / .dockerignore
Princess3's picture
Upload 25 files
c089ca4 verified
raw
history blame contribute delete
824 Bytes
# Version control
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Documentation (will be copied if needed)
*.md
!README_Streamlit_App.md
# Test files (will be copied if needed)
test_app_imports.py
# Original CLI script (replaced by Streamlit app)
trl.py
trl copy.py
# Cache and temporary files
*.log
.cache
.temp
# Model files (will be mounted or downloaded at runtime)
*.gguf
*.bin
# Node modules (if any)
node_modules/
# Docker files
Dockerfile
docker-compose.yml
.dockerignore