| # Virtual Environments | |
| venv/ | |
| env/ | |
| .venv/ | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| # AOT | |
| *.pt | |
| *.pth | |
| *.safetensors | |
| *.zip | |
| aoti_artifacts/ |
| # Virtual Environments | |
| venv/ | |
| env/ | |
| .venv/ | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| # AOT | |
| *.pt | |
| *.pth | |
| *.safetensors | |
| *.zip | |
| aoti_artifacts/ |