# Virtual environment
.venv/

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

# Build artifacts
dist/
build/

# setuptools-scm generated version file
src/isynth_provisioning/_version.py

# Test / lint / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/


# files for personal work
_discussions
_example
_migr_targets
_plan

