.venv
__pycache__
*.pyc
.pytest_cache
.mypy_cache
.ruff_cache

# Build artifacts
/dist
*.egg-info

# IDE
.idea
.cursor

# macOS
.DS_Store

# Test output
tests/images/output
tests/images/local
tests/local/

# Secrets
.env

# Feature Requests
feature_requests/