# Generated by setuptools-scm
limitra/_version.py

# Virtual environment
.venv/

# Python bytecode
__pycache__/
*.py[cod]

# Build / distribution
build/
dist/
*.egg-info/
*.egg

# MkDocs
site/

# Test & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checking & linting
.mypy_cache/
.pylint.d/

# OS
.DS_Store

# mise
.mise.local.toml
