mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
35 lines
647 B
Plaintext
35 lines
647 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
*.code-workspace
|
|
.mypy_cache
|
|
.cache/
|
|
*Type.ts
|
|
.idea
|
|
.yalc
|
|
.python-version
|
|
storybook-static
|
|
common/storybook/dist/
|
|
dist/
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
posthog/templates/**/*
|
|
common/hogvm/typescript/src/stl/bytecode.ts
|
|
common/hogvm/__tests__/__snapshots__/*
|
|
rust/
|
|
livestream/
|
|
cli/target/
|
|
cli/tests/_cases/**/*
|
|
frontend/src/products.tsx
|
|
frontend/src/layout.html
|
|
**/fixtures/**
|
|
products/mcp/schema/**/*
|
|
products/mcp/python/**/*
|
|
products/mcp/**/generated.ts
|
|
products/mcp/typescript/worker-configuration.d.ts
|
|
frontend/src/taxonomy/core-filter-definitions-by-group.json
|
|
frontend/dist/
|
|
frontend/**/*LogicType.ts |