# --- karyab: never commit personal data or secrets ---
# Real config/secrets/data live under XDG dirs, but guard against anyone
# running from a repo-local dir or copying examples in place.
config.toml
secrets.toml
*.secret.toml
*.db
*.sqlite
*.sqlite3
/data/
/digests/
.cache/
.env
.env.*
!config.example.toml

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

# --- venv / tooling ---
.venv/
venv/
env/
.python-version
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# --- editors / OS ---
.idea/
.vscode/
*.swp
.DS_Store

# --- uv ---
uv.lock

# Claude Code session/agent state
.claude/
