| # Python ignores | |
| **/__pycache__/ | |
| **/*.pyc | |
| **/*.pyo | |
| **/*.pyd | |
| .Python | |
| backend/venv/ | |
| backend/.env | |
| backend/benchmark_results.csv | |
| backend/benchmark_results_b.csv | |
| backend/sentiment_log.md | |
| backend/sentiment_log_b.md | |
| # Node ignores | |
| **/node_modules/ | |
| frontend/dist/ | |
| frontend/.env | |
| .npm/ | |
| # Git ignores | |
| .git/ | |
| .gitignore | |
| # OS ignores | |
| .DS_Store | |
| Thumbs.db | |