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

# Virtual environments
.venv

# Testing and coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

# Test files
test-*.md

# IDE and editor
.vscode/
.idea/
*.swp
*.swo
*~

# Claude Code
.claude/

# Agent and LLM configuration (kept out of version control)
AGENTS.md
CLAUDE.md
GEMINI.md
.codex/
.cursor/
.cursorrules
.windsurfrules
.aider*
.gemini/
.antigravity/
.junie/
.mcp.json

# MkDocs build output
site/

# Internal work plans / implementation prompts (kept out of version control)
.plan/

# One-off scripts with credentials
add_*.py
create_*.py
setup_*.py
fix_*.py
update_*.py
convert_*.py
