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

.venv/
venv/
env/
ENV/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

*.log

*.cast
/demo.gif
