Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Virtual Environment | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.production | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Streamlit | |
| .streamlit/secrets.toml | |
| # Test files | |
| test_analyzer.py | |
| test_results.txt | |
| # Deployment | |
| render.yaml.bak | |
| netlify.toml.bak | |
| # Model files (too large for GitHub) | |
| fine-tuned-analyst/ | |
| *.bin | |
| *.safetensors | |
| checkpoint-*/ | |
| lora_adapters/ | |
| runs/ | |
| # Training data | |
| additional_samples.json | |
| mlruns/ | |
| # Temporary files | |
| complete_notebook.py | |
| create_colab_notebook.py | |
| create_dataset.py | |
| generate_full_dataset.py | |
| test_finetuned_local.py | |
| # Cache directories | |
| cache/ | |
| .cache/ |