# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
wheels/
.eggs/

# Version file (generated by hatch-vcs)
src/watlowlib/_version.py

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
.uv-cache/

# Tests / coverage
.cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.hypothesis/
.mypy_cache/
.ruff_cache/
.tox/

# Type checker / tools
.pyright/
.pytype/
.pyre/
.dmypy.json
dmypy.json

# Docs
site/
/docs/_build/
/docs/private/
/docs/vendor/
/docs/pmpmintegrated.md

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Local tooling
.claude/
.codex

# act (local GitHub Actions runner)
.secrets
.env
.act-event*.json
/tmp/act-artifacts/

# Scratch
/tmp/
/_scratch/

# Hardware-day capture artifacts (one-shot diagnostic dumps)
/captures/
