# Python
__pycache__/
*.pyc
*.egg-info/
.venv-dev/
.pytest_cache/
engine/.pytest_cache/
dist/
build/

# Vinemap index (generated per-project)
.vinemap/
.trellis/

# Node / Next.js
node_modules/
.next/
out/
next-env.d.ts
*.tsbuildinfo

# OS / editor
.DS_Store
.idea/

# PyPI / secrets (never commit)
engine/.pypi.env
.pypi.env
**/pypi-token
.cursor/mcp.publish.json
