# Python
__pycache__/
*.py[cod]

# 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 and reports
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Local scratch files and notebooks
main.py
example.py
*.ipynb
.ipynb_checkpoints/

# Local editor / assistant settings
.claude/settings.local.json
