# Lock file — pirn is a library; lock is not committed
uv.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/

# Virtualenvs
.venv/
venv/
env/

# Test / coverage / mutation
.pytest_cache/
.ruff_cache/
.mutmut-cache
.coverage
.coverage.*
htmlcov/
mutants/

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

# OS
.DS_Store
Thumbs.db
site/

# Generated SQLite databases — pirn's SQLiteHistory/SQLiteStore default
# to "pirn.db" in cwd; examples write a sibling pirn.db; CI drops a
# ci_history.db. None of these are source — they're regenerated on
# every run.
*.db
*.db-journal
*.db-wal
*.db-shm
_later_designs/
_pheenyx_charts/
.claude/worktrees/
