From fb1fb844e3a1de01dce1d0e1cfb556ed7b5f8b59 Mon Sep 17 00:00:00 2001 From: F <87889863+fr33n0w@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:41:52 +0100 Subject: [PATCH] Create .gitignore --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a006522 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +env/ +venv/ +ENV/ + +# Runtime data +*.log +.lxmf_html_server/ +.lxmf_html_browser/ +~/.lxmf_html_server/ +~/.lxmf_html_browser/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db