Spaces:
Paused
Paused
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| desktop.ini | |
| # Logs | |
| *.log | |
| logs/ | |
| # Database | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Environment variables and secrets | |
| .env | |
| .env.local | |
| .env.production | |
| .env.development | |
| *.key | |
| *.pem | |
| *.p12 | |
| *.pfx | |
| secrets.json | |
| config.json | |
| credentials.json | |
| # Hugging Face specific | |
| .huggingface/ | |
| .cache/ | |
| models/ | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| temp/ | |
| tmp/ | |
| # Test coverage | |
| .coverage | |
| htmlcov/ | |
| .pytest_cache/ | |
| # Documentation build | |
| docs/_build/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # pyenv | |
| .python-version | |
| # pipenv | |
| Pipfile.lock | |
| # PEP 582 | |
| __pypackages__/ | |
| # Celery | |
| celerybeat-schedule | |
| celerybeat.pid | |
| # SageMath parsed files | |
| *.sage.py | |
| # Spyder project settings | |
| .spyderproject | |
| .spyproject | |
| # Rope project settings | |
| .ropeproject | |
| # mkdocs documentation | |
| /site | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Pyre type checker | |
| .pyre/ | |
| # Legal Dashboard OCR specific | |
| legal_documents.db | |
| !data/sample_persian.pdf | |
| uploads/ | |
| processed/ |