mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
77 lines
No EOL
728 B
Text
77 lines
No EOL
728 B
Text
# SAM build artifacts
|
|
.aws-sam/
|
|
samconfig.toml.bak
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.staging
|
|
.env.development
|
|
.librechat-deploy-config*
|
|
|
|
# AWS credentials
|
|
.aws/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
donotcommit.txt
|
|
repo/
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
|
|
# 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
|
|
|
|
# Secrets and sensitive data
|
|
secrets.yaml
|
|
secrets.json
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup |