LLMServer / .gitignore
AurelioAguirre's picture
Added gitignore and fixed Dockerfile.
2bd30ac
raw
history blame
353 Bytes
># Environment files
.env
.env.*
# Virtual environment
myenv/
venv/
ENV/
# Model checkpoints
checkpoints/
# 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
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
*.log
logs/