__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.venv/
venv/
.DS_Store

# Build-time secrets (generated by scripts/gen_config.py — baked PostHog key)
src/buildwithtrace_sdk/_build_config.py

# Local secrets — never commit (PyPI recovery codes, tokens, etc.)
.secrets/

# local dev-only (not published)
publish.sh
