node_modules/* - Node.js dependenciesvendor/* - Go/PHP dependenciesbower_components/* - Bower dependencies.git/* - Git repository.svn/* - SVN repository__pycache__/* - Python cache*.pyc - Python compiled files.venv/*, venv/*, env/*, .env/* - Virtual environment*.egg-info/* - Python package information.pytest_cache/* - Pytest cache.tox/* - Tox environmentdist/* - Distribution directorybuild/* - Build directorytarget/* - Java/Maven build directorybin/*, obj/* - C# build directory.next/* - Next.js cache.nuxt/* - Nuxt.js cache.idea/* - IntelliJ IDEA.vscode/* - Visual Studio Code.DS_Store - macOS system file*.log - Log file.cache/* - Cache directorycoverage/* - Test coverage report*.swp, *.swo, *~ - Editor temporary files{
"sandbox_id": "string",
"path": "string"
}curl --location --request POST 'https://api.302.ai/v1/302/claude-code/sandbox/file/download' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandbox_id": "string",
"path": "string"
}'{}