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

# Virtual environments
.venv/
venv/
env/

# Hatch
.hatch/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Editor
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# imgclean outputs
imgclean_report.html
imgclean_report.json
imgclean_report.csv
imgclean_cache/
quarantine/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints/
