# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
GITHUB_READINESS_REPORT.md
docs/PYPI_PUBLISHING.md
# Virtual environments
.venv/
venv/
ENV/
env/

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

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

# Generated files
output/
test_output/
*.pyc

# OS
.DS_Store
Thumbs.db

# Backup files
*.bak
*.backup

# UV
uv.lock
