# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
venv/
.venv/
env/

# Package / install
*.egg
site-packages/

# Test & coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Environment
.env

# OS
.DS_Store

# Render / output artefacts
extracted_images/
*.txt
!.env.example
