# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
.ty_cache/

# uv / virtualenv
.venv/
dist/
build/
*.egg-info/

# Local data + secrets
.env
.env.local

# IDE
.vscode/
.idea/

# macOS
.DS_Store
