| # Binaries for programs and plugins | |
| *.exe | |
| *.exe~ | |
| *.dll | |
| *.so | |
| *.dylib | |
| # Go build output | |
| cursor2api-go | |
| cursor2api-go.exe | |
| # Test binary, built with `go test -c` | |
| *.test | |
| # Output of the go coverage tool | |
| *.out | |
| # Go workspace file | |
| go.work | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.*.local | |
| # IDE files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| logs/ | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| # Build artifacts | |
| dist/ | |
| build/ | |
| # Python (if any remains) | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # Node.js | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Docker | |
| .dockerignore |