mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
update & add
This commit is contained in:
+16
-10
@@ -1,27 +1,33 @@
|
|||||||
# Ignore virtual environment
|
# ▶️ Python virtual environments
|
||||||
venv/
|
venv/
|
||||||
env/
|
env/
|
||||||
|
|
||||||
# Python cache and compiled files
|
# ▶️ Python bytecode and cache
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|
||||||
# Editor/IDE settings
|
# ▶️ Node.js dependencies and build output
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.next/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# ▶️ Editor settings
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
# Environment variables
|
# ▶️ Environment files
|
||||||
.env
|
.env
|
||||||
*.env
|
*.env
|
||||||
|
|
||||||
# MacOS/Linux/Windows system files
|
# ▶️ Jupyter Notebooks
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
|
# ▶️ OS-specific system files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Logs and database files
|
# ▶️ SQLite or other local databases
|
||||||
*.log
|
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
||||||
# Jupyter Notebook checkpoints
|
|
||||||
.ipynb_checkpoints/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user