target/

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
uv.lock

# TypeScript
node_modules/
dist/
*.tsbuildinfo

# IDE
.pytest_cache/
