# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual envs
.venv/
venv/
env/

# Tooling
.tox/
.nox/
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Textual logs
.textual.log
