MQL5-Google-Onedrive/.dockerignore

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