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

# Virtual environments
.venv/

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Local tooling
.claude/

# Editors / OS
.idea/
.vscode/
*.swp
Thumbs.db
.DS_Store

# Gradio
.gradio/
flagged/
