33 lines
421 B
Text
33 lines
421 B
Text
# Python virtual environments (17.4 GB CUDA binaries)
|
|
**/.venv/
|
|
**/venv/
|
|
|
|
# Python cache (5,887 directories)
|
|
**/__pycache__/
|
|
**/.pytest_cache/
|
|
**/*.egg-info/
|
|
|
|
# Build artifacts
|
|
@build/
|
|
dist/
|
|
**/build/
|
|
|
|
# Turbo cache (many scattered directories)
|
|
**/.turbo/
|
|
|
|
# Test artifacts
|
|
test-reports/
|
|
**/coverage/
|
|
|
|
# Node cache
|
|
**/node_modules/.cache/
|
|
**/.next/
|
|
**/.nuxt/
|
|
|
|
# IDE/Editor
|
|
**/.idea/
|
|
**/.vscode/
|
|
|
|
# Logs
|
|
**/*.log
|
|
**/logs/
|