Spaces:
Sleeping
Sleeping
| # =============================== | |
| # Python cache & compiled files | |
| # =============================== | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # =============================== | |
| # Virtual environments | |
| # =============================== | |
| venv/ | |
| env/ | |
| .venv/ | |
| # =============================== | |
| # Environment variables | |
| # =============================== | |
| .env | |
| # =============================== | |
| # Flask | |
| # =============================== | |
| instance/ | |
| # =============================== | |
| # Jupyter / NLP experiments | |
| # =============================== | |
| .ipynb_checkpoints/ | |
| # =============================== | |
| # OS files | |
| # =============================== | |
| .DS_Store | |
| Thumbs.db | |
| # =============================== | |
| # Project generated files | |
| # =============================== | |
| generated_questions.json | |