| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Environments | |
| .env | |
| .venv/ | |
| venv/ | |
| env/ | |
| *.env | |
| # Logs and caches | |
| *.log | |
| .cache/ | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| # Data, checkpoints, and large artifacts | |
| checkpoints/ | |
| outputs/ | |
| runs/ | |
| wandb/ | |
| *.pt | |
| *.pth | |
| *.safetensors | |
| # System files | |
| .DS_Store | |
| Thumbs.db | |
| # Editors | |
| .vscode/ | |
| .idea/ | |
| # Cutomized | |
| dataset/*.jsonl | |
| *.mov | |