# OS
.DS_Store

# Python
.venv/
.python-version
__pycache__/
.pytest_cache/

# Secrets
.env

# Project
temp/
research/

# Local agent tooling
.claude/
.agents/
# Anchored: an unanchored "scripts/" also matches skills/<name>/scripts/,
# which silently drops every new skill's bundled tooling from git.
/scripts/

skills-lock.json

uv.lock