| # Ignore cache and unnecessary files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.log | |
| .git/ | |
| .gitignore | |
| .DS_Store | |
| *.swp | |
| *.swo | |
| *~ | |
| .vscode/ | |
| .idea/ | |
| *.pt | |
| *.pth | |
| *.ckpt | |
| *.weights | |
| # Ignore cache and unnecessary files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.log | |
| .git/ | |
| .gitignore | |
| .DS_Store | |
| *.swp | |
| *.swo | |
| *~ | |
| .vscode/ | |
| .idea/ | |
| *.pt | |
| *.pth | |
| *.ckpt | |
| *.weights | |