| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| # Build artifacts | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # OS/editor | |
| .DS_Store | |
| .vscode/ | |
| .idea/ | |
| # Runtime artifacts | |
| *.log | |
| scores/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| # Build artifacts | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # OS/editor | |
| .DS_Store | |
| .vscode/ | |
| .idea/ | |
| # Runtime artifacts | |
| *.log | |
| scores/ | |