# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
dist/

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Astro / Node
site/node_modules/
site/dist/
site/.astro/
site/.vscode/

# Claude
.claude/plans/

# Project
output/
.env
channels.yml
*.log

# Editor
*~
*.swp

# Worktrees
.worktrees/

# Legacy
poetry.lock
.cache/
.cache_ggshield
