mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
new ver
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# Ignore virtual environment
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Python cache and compiled files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
|
||||
# Editor/IDE settings
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
*.env
|
||||
|
||||
# MacOS/Linux/Windows system files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs and database files
|
||||
*.log
|
||||
*.sqlite3
|
||||
|
||||
# Jupyter Notebooks checkpoints (if using)
|
||||
.ipynb_checkpoints/
|
||||
Reference in New Issue
Block a user