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

# Packaging / envs
.venv/
venv/
uv.lock

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
.coverage.*

# IDE / OS
.idea/
.vscode/
.DS_Store
