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

# Test / coverage / lint
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# Virtual envs
.venv/
venv/
env/

# Editors / OS
.DS_Store
.idea/
.vscode/

# scrollback: never commit anyone's exported sessions
*.session.md
*.session.html
*.session.json

# Generated icon intermediates (the SVG source + .icns are kept)
assets/icon.iconset/
