| # Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| # IDE/Editor files | |
| .vscode/ | |
| .idea/ | |
| # Logs | |
| *.log | |
| # Cached data | |
| *.cache | |
| # Hugging Face cache | |
| huggingface_hub_cache/ | |
| # Streamlit cache | |
| .streamlit/ | |
| # Miscellaneous | |
| .DS_Store |
| # Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| # IDE/Editor files | |
| .vscode/ | |
| .idea/ | |
| # Logs | |
| *.log | |
| # Cached data | |
| *.cache | |
| # Hugging Face cache | |
| huggingface_hub_cache/ | |
| # Streamlit cache | |
| .streamlit/ | |
| # Miscellaneous | |
| .DS_Store |