OSVauco/.gitignore
2026-05-26 04:09:39 +00:00

44 lines
392 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
.env
# Credentials — NEVER commit these
*.json
credentials/
*.key
*.pem
service_account*.json
application_default_credentials.json
# GCP / ADK
.gcloud/
adk_sessions/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temp
/tmp/
*.log
.env.prefilled