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

# Virtualenv
.venv/
venv/
env/

# Test / type-check artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# IDE
.idea/
.vscode/
*.swp
.DS_Store

# Tooling
.python-version

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