Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Cython generated files | |
| *.c | |
| *.cpp | |
| *.so | |
| # Virtual environment directories | |
| .env/ | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| venv.bak/ | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints | |
| # Pytest cache | |
| .pytest_cache/ | |
| # VS Code workspace settings | |
| .vscode/ | |
| # macOS file | |
| .DS_Store | |
| # Local development output | |
| output/ | |
| # Python egg and package distribution files | |
| *.egg-info/ | |
| .eggs/ | |
| dist/ | |
| build/ | |
| __pypackages__/ | |
| # pip cache | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # Logs | |
| *.log | |
| # Ignore data files for testing | |
| data/* | |
| # Ignore environment files | |
| *.env | |
| *.env.* | |
| # Streamlit and Hugging Face cache | |
| streamlit/.streamlit/ | |
| streamlit/cache/ | |
| hf_cache/ | |
| # IDE specific | |
| .idea/ | |
| .vscode/ | |