commit 45c7dd14188215d7591232b8aa2336eb2fab16c4 Author: Alvaro Romero Date: Fri Jul 3 12:14:34 2026 -0400 feat: OwnServer initial commit — plain text notes project 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