# Python build artefacts
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Generated by hatch-vcs at build time
src/lsegkd/_version.py

# Virtual environments
.venv

# Credentials
.env

# Fetched data (local-only — out of scope for VCS)
data/
output/

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

# Coverage artefacts
.coverage
.coverage.*
coverage.xml
htmlcov/

# Claude Code
*/.claude
