__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
.env
.env.local
*.sqlite
*.sqlite3
*.db
.DS_Store
.idea/
.vscode/
*.swp

# Internal-only artifacts — must never ship in the public repo.
# Launch strategy, draft posts, cold-DM templates, anything labeled PRIVATE.
LAUNCH.md
GTM.md
*.PRIVATE.md
*-PRIVATE.md
internal/
.cruxial/
