# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# uv
.uv-cache/

# Tooling caches
.pytest_cache/
.ruff_cache/
.ty_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Site / docs build
site/

# Index builder cache and contributor-supplied PRA PDFs
.cache/
scripts/build_index/pra_pdfs/*.pdf
scripts/build_index/pra_pdfs/*.txt

# Generated by hatch-vcs at build time
src/watchfire/_version.py
