Files
OpenLearnX/.gitignore
T
2025-07-27 04:12:53 +05:30

37 lines
453 B
Plaintext

# ▶️ Python virtual environments
venv/
env/
# ▶️ Python bytecode and cache
__pycache__/
*.py[cod]
*.pyo
# ▶️ Node.js dependencies and build output
node_modules/
dist/
build/
.next/
*.log
# ▶️ Editor settings
.vscode/
.idea/
# ▶️ Environment files
.env
*.env
# ▶️ Jupyter Notebooks
.ipynb_checkpoints/
# ▶️ OS-specific system files
.DS_Store
Thumbs.db
# ▶️ SQLite or other local databases
*.sqlite3
node_modules/