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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Secrets — never commit credentials
.env
*.key
secrets.toml

# Local extraction output
output_folder/
extracted_images/
*.json
