From 45c7dd14188215d7591232b8aa2336eb2fab16c4 Mon Sep 17 00:00:00 2001 From: Alvaro Romero Date: Fri, 3 Jul 2026 12:14:34 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20OwnServer=20initial=20commit=20?= =?UTF-8?q?=E2=80=94=20plain=20text=20notes=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f64a876 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Credentials and secrets — NEVER commit these +*.env +.env +.env.* +secrets.* +credentials.* +*password* +*passwd* +*secret* + +# General OS files +.DS_Store +Thumbs.db +*.bak +*.swp + +# Editor directories +.vscode/ +.idea/ + +# Python (if any scripts are added later) +__pycache__/ +*.pyc +*.pyo +.venv/ +env/ +*.egg-info/ +dist/ +build/ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ + +# Node (if any scripts are added later) +node_modules/ +*.log + +# Sensitive plain-text notes — add them explicitly when safe +Datos.txt