# Build directory for template testing build/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv .eggs/ *.egg-info/ dist/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db