From 10ad063c62b7b41bcc0743138a7b68d128b02a7d Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 12 Aug 2025 08:36:57 -0300 Subject: [PATCH] update ignore rules --- .gitignore | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f63a468..373f5cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,38 @@ -/.venv -/.vscode +build_and_push_multi.sh +*.code-workspace +containers/*/.venv +db.sqlite3 +db.sqlite3-journal +*.egg +*.egg-info/ +.eggs/ +.env +env/ +ENV/ +env.bak/ +.history +.idea +.idea/ +.idea_modules/ +*.iml +.installed.cfg +*.ipr +.ipynb_checkpoints +*.iws +.junie/ +local_settings.py +*.log +media/ +*.pot *.pyc *__pycache__/ -*.pyo +__pycache__/ *.pyd -wireguard_webadmin/production_settings.py -.idea/ -containers/*/.venv -.env -.junie/ -build_and_push_multi.sh \ No newline at end of file +*.pyo +.venv +/.venv +venv/ +venv.bak/ +.vscode/ +/.vscode +wireguard_webadmin/production_settings.py \ No newline at end of file