__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/

build/
dist/
*.egg-info/
*.egg

.pytest_cache/
.coverage
htmlcov/
.tox/

.DS_Store
.idea/
.vscode/

# Local cache database
*.db
*.db-journal
*.db-wal
*.db-shm

# uv lockfile pinned in repo
# uv.lock is committed deliberately
