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

# Virtual environments
.venv/

# Dependency lock file (library project - let consumers resolve versions)
uv.lock

# Test and tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# IDE
.idea/
.vscode/
