# OS / editor .DS_Store Thumbs.db .idea/ .vscode/ # Logs *.log logs/ # Environment and local secrets .env .env.* !.env.example config/local.json **/config/local.json **/local.json # Node / Electron node_modules/ **/node_modules/ smqjh-admin-agent/appConfig.js dist/ **/dist/ release/ **/release/ out/ **/out/ # Java / Maven target/ **/target/ # Runtime caches .cache/ **/.cache/ .vite/ **/.vite/ __pycache__/ **/__pycache__/ .pytest_cache/ **/.pytest_cache/ *.pyc *.pyo *.pyd .venv/ **/.venv/ # Temporary files *.tmp *.temp *.bak ~$*