| # Generated by MacOS | |
| .DS_Store | |
| # Generated by Windows | |
| Thumbs.db | |
| # Applications | |
| *.app | |
| *.exe | |
| *.war | |
| # Large media files | |
| *.mp4 | |
| *.tiff | |
| *.avi | |
| *.flv | |
| *.mov | |
| *.wmv | |
| *.jpg | |
| *.png | |
| # VS Code | |
| .vscode | |
| # other | |
| *.egg-info | |
| __pycache__ | |
| # IDEs | |
| .idea | |
| # cache | |
| .pytest_cache | |
| # JetBrains IDE | |
| .idea/ | |
| # python | |
| dist/ |