__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets and credentials
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*credentials*
*secret*
!cohort/secret_store.py
!cohort/cli/secret_cmd.py
*.token

# Runtime output (regenerated, not source)
cohort/website_creator/output/

# Runtime data (generated at startup)
data/
*.db
demos/node_modules/
demos/recordings/
plugins/*/node_modules/
plugins/*/bun.lock
tests/e2e/node_modules/
tests/e2e/test-results/
plugins/cohort-channel/logs/
