.env # webapp/.env holds only build-time branding (no secrets) and is committed # with the current defaults so Vite's %VAR% HTML replacement always has a # value to substitute; a per-client override goes in webapp/.env.local # instead (higher precedence, never touches the tracked defaults). !webapp/.env webapp/.env.local __pycache__/ *.pyc instance/*.db instance/*.sqlite instance/tmp_imports/ backups/ bober_bbq/static/uploads/* !bober_bbq/static/uploads/.gitkeep webapp/node_modules/ webapp/dist/ *.log .vscode/ .pytest_cache/