Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # Virtual Environment | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| .virtualenv | |
| # PyInstaller | |
| *.manifest | |
| *.spec | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| cover/ | |
| # IDEs | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| *.ipynb | |
| # PyCharm | |
| .idea/ | |
| *.iml | |
| *.iws | |
| # Logs | |
| *.log | |
| logs/ | |
| agi.log | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.*.local | |
| *.env | |
| # Database | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Model files (often large) | |
| *.bin | |
| *.gguf | |
| *.safetensors | |
| models/ | |
| checkpoints/ | |
| # Docker | |
| .dockerignore | |
| docker-compose.override.yml | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| Desktop.ini | |
| $RECYCLE.BIN/ | |
| *.cab | |
| *.msi | |
| *.msix | |
| *.msm | |
| *.msp | |
| *.lnk | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Pyre type checker | |
| .pyre/ | |
| # pytype static type analyzer | |
| .pytype/ | |
| # Cython debug symbols | |
| cython_debug/ | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| tmp/ | |
| temp/ | |
| # | |
| *.minimal | |
| tests/ | |
| *.md | |
| docs/ | |
| # | |
| .clang-format | |