diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5dfc72b..0000000 --- a/.gitignore +++ /dev/null @@ -1,54 +0,0 @@ -@" -# Python -__pycache__/ -*.py[cod] -*.so -.Python -*.egg-info/ -dist/ -build/ -*.spec - -# PyInstaller -*.manifest -*.pyd - -# WiX build outputs -*.wixobj -*.wixpdb -*.msi -*.cab -UplinkManager.wixobj -UplinkManager.wixpdb - -# Logs and databases -*.log -*.sqlite -*.sqlite3 -*.db - -# User data (if you don't want to track local test data) -nat_builds.json -nat_settings.json -logs/ - -# OS generated files -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -Thumbs.db -ehthumbs.db -*.swp -*.swo - -# IDE -.vscode/ -.idea/ -*.sublime-* - -# Temporary files -*.tmp -*.temp -"@ | Out-File -FilePath ".gitignore" -Encoding utf8 \ No newline at end of file