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

# Virtual environments
.venv

# Metapyle cache
cache/
*.db
*.db-journal

# Test artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover

# Type checker
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# GitHub directory (except copilot instructions)
.github/*
!.github/copilot-instructions.md

# Git worktrees
.worktrees/
