# --- OS ---
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
Desktop.ini

# --- Editors / IDE ---
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# --- Python ---
.venv/
venv/
env/
ENV/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/
dist/
build/
pip-wheel-metadata/
share/python-wheels/
*.manifest
*.spec
.mypy_cache/
.pytype/
.pyre/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# --- Env / secrets ---
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
secrets/

# --- Local VideoPrompt / Cinema workspaces ---
# Runtime project folders created by `videoprompt` / `/new`
videoprompt-*/
cinema-*/
.videoprompt.lock

# Generated media dumps under a project (if any leak to root)
*.tmp
*.temp
.temp/
tmp/
temp/

# Logs
*.log
logs/

# Jupyter
.ipynb_checkpoints/

# Local tool state
.grok/
