Files
oracle-openai/.gitignore
Wang Defa 9098c61c6c
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 31s
新增 OCI 访问配置指南和自动化脚本
2025-12-09 15:16:18 +08:00

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