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

# Test / tooling caches
.pytest_cache/
.ruff_cache/

# Version file generated by hatch-vcs at build time
nlsh/_version.py

# Virtual env (recreate with `uv sync`)
.venv/

# uv's managed Python downloads (not committed)
.uv/

# Local config / secrets
.env
config.toml

# OS
.DS_Store
