From f540d1a41edc68744c20b8bfcac6aeaa456de3e4 Mon Sep 17 00:00:00 2001 From: blshaer Date: Sat, 3 Jan 2026 09:42:08 +0200 Subject: [PATCH] Remove .gitignore from tracking --- .gitignore | 67 ------------------------------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b64100c..0000000 --- a/.gitignore +++ /dev/null @@ -1,67 +0,0 @@ -############################ -# Frontend files (ignore) -############################ -*.html -*.css -*.js - -############################ -# Python cache / build -############################ -__pycache__/ -*.py[cod] -*$py.class - -############################ -# Virtual environments -############################ -.venv/ -venv/ -env/ -ENV/ - -############################ -# Environment variables -############################ -.env -.env.* - -############################ -# Packaging / build output -############################ -build/ -dist/ -*.egg-info/ -.eggs/ - -############################ -# Test / coverage -############################ -.pytest_cache/ -.coverage -.coverage.* -htmlcov/ - -############################ -# Jupyter / notebooks -############################ -.ipynb_checkpoints/ - -############################ -# Logs -############################ -*.log - -############################ -# OS / editor junk -############################ -.DS_Store -Thumbs.db - -############################ -# IDEs -############################ -.vscode/ -.idea/ -*.swp -*.swo