gcli2api / .dockerignore
bibibi12345's picture
hf test
74effde
raw
history blame
471 Bytes
# 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
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Credentials and secrets
credentials.json
.env
*.pem
*.key
# Logs
*.log
logs/
# Documentation
README.md
docs/
# Docker
Dockerfile
.dockerignore
docker-compose.yml