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

# Virtual environments
.venv/
venv/
env/

# Package build
*.whl
*.tar.gz

# fonttry runtime artifacts
.fonttry_*/
~/Library/Application\ Support/fonttry/

# macOS
.DS_Store
**/.DS_Store

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

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
