Fix .gitignore: stop tracking ignored files

This commit is contained in:
5t4l1n
2025-07-27 10:39:02 +05:30
parent b42747e9a3
commit 3a87ef0576
625 changed files with 88566 additions and 63 deletions
+9 -22
View File
@@ -1,40 +1,27 @@
# ▶️ Python virtual environments
# Ignore Python virtual environments
venv/
env/
# ▶️ Python bytecode and cache
# Python bytecode and cache
__pycache__/
*.py[cod]
*.pyo
# ▶️ Node.js dependencies and build output
node_modules/
dist/
build/
.next/
*.log
# ▶️ Editor settings
# Editor configs
.vscode/
.idea/
# ▶️ Environment files
# Environment files
.env
*.env
# ▶️ Jupyter Notebooks
.ipynb_checkpoints/
# ▶️ OS-specific system files
# macOS and Windows system files
.DS_Store
Thumbs.db
# ▶️ SQLite or other local databases
*.sqlite3
node_modules/
.pnpm/
# Logs and SQLite
*.log
*.env
*.sqlite3
# Jupyter checkpoints
.ipynb_checkpoints/