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

# Tools
.ruff_cache/
.pytest_cache/
.pyright/

# Environment
.env
uv.lock

# Node.js (legacy)
node_modules/
