__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
.venv/
.env
# B3: gitignored secret env consumed by deploy/stacks/make-secrets.sh — NEVER commit
.env.secrets
deploy/stacks/.env.secrets
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# setuptools-scm: version is derived from git tags at build time
src/skchat/_version.py
.claude/worktrees/
