| # Python bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Testing | |
| .coverage | |
| htmlcov/ | |
| .pytest_cache/ | |
| # Environment variables | |
| .env | |
| # IDE specific files | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # OS specific files | |
| .DS_Store | |
| Thumbs.db | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Build logs | |
| *.log | |
| # Hugging Face specific | |
| .huggingface/ | |
| *.safetensors | |
| wandb/ | |
| outputs/ | |