mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
30 lines
330 B
Plaintext
30 lines
330 B
Plaintext
# Ignore Python virtual environments
|
|
venv/
|
|
env/
|
|
frontend.zip
|
|
|
|
# Python bytecode and cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
# Editor configs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment files
|
|
.env
|
|
*.env
|
|
|
|
# macOS and Windows system files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs and SQLite
|
|
*.log
|
|
*.sqlite3
|
|
|
|
# Jupyter checkpoints
|
|
.ipynb_checkpoints/
|
|
frontend.zip
|