From ac80a6b48f155ae56d8b86f220d651e2a3b1471a Mon Sep 17 00:00:00 2001 From: egutierrez Date: Sat, 21 Dec 2024 23:37:15 +0100 Subject: [PATCH] Add initial project configuration files and settings --- .gitignore | 2 ++ .vscode/settings.json | 22 ++++++++++++++++++++++ Conexion_a_mongo.ipynb | 16 ++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/settings.json create mode 100644 Conexion_a_mongo.ipynb diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50a19c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +venv \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..74a1f7a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#ab307e", + "activityBar.background": "#ab307e", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#25320e", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#ab307e", + "statusBar.background": "#832561", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#ab307e", + "statusBarItem.remoteBackground": "#832561", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#832561", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#83256199", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#832561" +} \ No newline at end of file diff --git a/Conexion_a_mongo.ipynb b/Conexion_a_mongo.ipynb new file mode 100644 index 0000000..b55f887 --- /dev/null +++ b/Conexion_a_mongo.ipynb @@ -0,0 +1,16 @@ +{ + "cells": [], + "metadata": { + "kernelspec": { + "display_name": "venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "name": "python", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}