.git .github .gitignore __pycache__/ *.py[cod] *.pyo *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .venv/ venv/ dist/ build/ packaging/ windows.py icon.ico *.spec *.spec.bak *.manifest *.log .vscode/ .idea/ *.swp *.swo .DS_Store Thumbs.db Desktop.ini