__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
dist/
build/
.coverage
htmlcov/
.DS_Store
*.swp
.env
.env.*
.idea/
.vscode/
*.log

# Repo-specific
*.egg
.tox/

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

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