From ec6b19b19ce79d9a6510813205098e3175442483 Mon Sep 17 00:00:00 2001 From: juan-server Date: Tue, 11 Aug 2026 23:15:30 -0500 Subject: [PATCH] .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7238bd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Base de datos SQLite local +/db/*.db +/db/*.db-journal +/db/*.db-wal +/db/*.db-shm + +# Python +__pycache__/ +*.py[cod] +*.egg-info/ +.env + +# Logs +*.log + +# Docker +*.pid