24 lines
237 B
Plaintext
24 lines
237 B
Plaintext
# Sensitive user data
|
|
cookies.txt
|
|
hunyuan3d_profile/
|
|
|
|
# Python build artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
api_requests.log.json
|
|
api_image_to_3d.json
|