MQL5-Google-Onedrive/.gitignore
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

57 lines
640 B
Text

dist/
# MetaTrader 5 compiled artifacts
*.ex5
# Editor/OS clutter
*.mq5~
*.mqh~
.DS_Store
# Logs
logs/
*.log
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
venv/
env/
ENV/
# Local env files (secrets)
.env
.env.*
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Dev Container (keep config, ignore cache)
.devcontainer/.cache/
# OS
Thumbs.db
Desktop.ini
# Personal vault - sensitive credentials
config/vault.json
data/
# boat-house project artifacts
boat-house/*/node_modules/
boat-house/*/target/
boat-house/*/.gradle/
boat-house/*/build/
boat-house/*/*.jar
boat-house/*/*.war
boat-house/*/dist/