# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE and editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Linting and formatting
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter Notebook
.ipynb_checkpoints

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
temp/
tmp/

# Project specific
output/
results/
*.jpg
*.jpeg
*.png
!tests/images/*.jpg
!tests/images/*.jpeg
!tests/images/*.png
!images/*.jpg
!images/*.jpeg
!images/*.png
