# Environment-specific
.env
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Output / scratch
out/
*.md.bak
/tmp/
deepseek*.md
note*.md

# Private AI-agent docs (don't publish)
CLAUDE.md
AGENTS.md
.claude/

# SSH / deploy secrets
ssh.config
deploy.env

# IDE
.vscode/
.idea/
.DS_Store
