Files
OpenLearnX/.gitignore
T
2025-07-27 10:39:02 +05:30

28 lines
304 B
Plaintext

# Ignore Python virtual environments
venv/
env/
# 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/