# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
venv/
ENV/
env/
.venv

# Google Cloud credentials
service-account.json
*.json
!package.json
!package-lock.json
!tsconfig.json

# Environment variables
.env
.env.local
.env.*.local

# Generated videos
generated_videos/

# Test Images
test_images/


# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Archives
*.zip
*.tar.gz
*.rar

# Node (if frontend uses it)
node_modules/
.npm
.eslintcache

# Temporary files
*.tmp
*.temp
.cache/


# Test files
veo3.1.txt
test_veo31_images.py
