OSVauco/.gitignore
Chris Christiansen 41380e275c
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
chore: add emma/data/morphic.db to .gitignore
2026-06-28 12:20:50 +00:00

56 lines
560 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
# Terraform
.terraform/
tfplan.txt
infrastructure/terraform/tfplan
**/tfplan
!infrastructure/terraform/customers/**/*.tfvars
# Local databases
emma/data/morphic.db