# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

.env
.env.*
!.env.example
.pypirc
.npmrc
credentials.toml
secrets.toml
*.pem
*.key
id_rsa
id_ed25519
workspace/*
!workspace/.gitkeep

# Claude Code local settings
.claude/settings.local.json
CLAUDE.local.md

# node / web
node_modules/
web/dist/
assistant/server/static/

# ruff
.ruff_cache/

# model metadata cache
.cache/

# cloud-session transfer artifacts
*.bundle
*.patch

# TS incremental build cache
web/*.tsbuildinfo

# Scratchpads
.scratch/
tmp/
.test-tmp/
.pytest-tmp/

# Stories artifacts
.artifacts/
