# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
venv/
.venv/
env/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
tests/data/

# OS
.DS_Store
Thumbs.db
.pypirc
pypirc.ini

# Test files
test_engines.py
tests/test_real_logos.py
tests/test_all_formats.py
