# Environments
.env
.env.*
!.env.example

# OS / editors
.DS_Store
.vscode/
.idea/
*.swp

# Node
node_modules/
.pnpm-store/
dist/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
dist/
build/
*.egg-info/

# Generated (should never be committed — generated at publish time)
packages/typescript/dist/
packages/python/dist/
packages/typescript/src/generated/
packages/python/src/pharm0_contracts/generated/

# TypeScript schemas — mirrored from packages/python/src/pharm0_contracts/schemas/
# via the prebuild script (single source of truth: Python package)
packages/typescript/src/schemas/
