.Rproj.user
.Rhistory
.RData
.Ruserdata
*.png
__pycache__/
*.py[cod]
main.py
*.Rmd
*.png
*.pdf
example.py
.ipynb_checkpoints
*.ipynb

# Python packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# hatch-vcs writes this at build time — never commit it
src/inspectpd/_version.py

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
