mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
28 lines
330 B
Plaintext
28 lines
330 B
Plaintext
# 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 Notebook checkpoints
|
|
.ipynb_checkpoints/
|