# Python caches and environments
.pytest_cache/
.mypy_cache/
.ruff_cache/
pytest-cache-files-*/
*.pyc
__pycache__/
.venv/
.worktrees/

# Local scratch and temporary build folders
.tmp/
.tmp_build/
.site_check/
.site_validation*/
tests/_tmp_cli*/
sample_app_*/
_tmp_cli_*/
asset-*/

# Generated package/docs output
build/
/dist/
site/
site-*/
release-*/
*.egg-info/

# Frontend local-only dependencies and diagnostics
frontend/node_modules/
frontend/tsc_errors.txt

# Local-only branding/vendor drop folder
Branding_Files/

scripts/
