mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 06:40:57 +00:00
45 lines
348 B
Text
45 lines
348 B
Text
# Git
|
|
.git
|
|
.gitignore
|
|
.github
|
|
|
|
# Python
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.venv
|
|
venv
|
|
env
|
|
|
|
# Logs
|
|
logs/*
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.cache
|
|
|
|
# Pages repo (if cloned locally)
|
|
pages-repo
|
|
|
|
# Documentation (optional - include if needed)
|
|
# docs
|