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

# Envs
.venv/
venv/
env/
.env
.env.*
!.env.example

# Lockfile — this is a library; consumers resolve their own deps
uv.lock

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

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
