.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

# Secrets
.env