Spaces:
Running
Running
| # Python cache and compiled files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # IDE and editor files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Environment variables | |
| .env | |
| .env.local | |
| # Storage and generated index files (rebuilt at runtime) | |
| storage/ | |
| *.faiss | |
| *.pkl | |
| # Raw data folder (if large - upload docs separately or via git-lfs) | |
| data/raw/ | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # Jupyter notebooks checkpoints | |
| .ipynb_checkpoints/ | |
| # Logs | |
| *.log |