# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.pyc

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
*.cover
coverage.xml

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
.cache/

# Development and planning files
notes/
drafts/
# Local artifacts
README.md.backup
affinity-cli-v1.png
affinity-installers/
semver-fix.patch

README.md.backup
