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

# Packaging build artifacts
dist/
build/
*.whl
*.tar.gz

# Env / secrets
.env
.env.*
!.env.example

# OS / Editor
.DS_Store
.idea/
.vscode/

# LangSmith / local run artifacts
*.log
