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

# Virtual environments
.venv

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml

# macOS
.DS_Store

# Copilot files
.github/instructions/
.github/copilot-instructions.md

# Dev scratch
.dev/

# env files
.env
