# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.installed.cfg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
uv.lock

# Test / type / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# Model cache (LLMLingua-2 downloads)
.cache/
models/

# Node / TS SDK
node_modules/
ts/dist/
ts/package-lock.json

# Env files
.env
.env.local

# Build artifacts
*.tar.gz
*.whl

# humanize plugin state (generated)
.humanize/
