From f14485a833ec369dfe0baba41e244c39afd7b975 Mon Sep 17 00:00:00 2001 From: Wander_lust Date: Sat, 16 Aug 2025 03:28:27 +0530 Subject: [PATCH] Delete .gitignore deleted misplaced .gitignore --- .gitignore | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 09fa76c..0000000 --- a/.gitignore +++ /dev/null @@ -1,39 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# Python virtual environments -venv/ -.env -.envrc - -# Distribution / packaging -build/ -dist/ -*.egg-info/ -*.egg -*.manifest -*.spec - -# Logs -*.log - -# IDE / Editor files -.vscode/ -.idea/ -*.swp -*.swo - -# Jupyter Notebook -.ipynb_checkpoints - -# OS-specific -.DS_Store -Thumbs.db - -# Chrome extension build outputs -*.zip - -# Other temporary files -*.tmp