# Python & Build artifacts __pycache__/ *.py[cod] *$py.class *.so .Python build/**/* # NOTE: Ignore old .skill zip files (use orto-suite/ instead) build/dist/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # OS Thumbs.db .DS_Store # Backups *.backup *.bak *.swp # Test .coverage htmlcov/ # Node (if any) node_modules/ npm-debug.log # IMPORTANT: orto-suite/ SHOULD be tracked # Comment out this if it was in build/** rule: !orto-suite/ !orto-suite/**