All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 31s
80 lines
658 B
Plaintext
80 lines
658 B
Plaintext
# Claude
|
|
.claude/
|
|
CLAUDE.md
|
|
.mcp.json
|
|
|
|
# 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 Environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# OCI Config (contains sensitive keys)
|
|
.oci/
|
|
*.pem
|
|
oci-genai-setup-*.txt
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
|
|
# Distribution
|
|
*.tar.gz
|
|
*.whl
|
|
|
|
# Docker
|
|
*.dockerfile.swp
|
|
|
|
# Source repositories
|
|
.source/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
example/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|