Spaces:
Sleeping
Sleeping
| # Environments | |
| venv/ | |
| env/ | |
| .env | |
| .venv | |
| # 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 | |
| # Hugging Face / Model Weights | |
| *.safetensors | |
| *.bin | |
| *.h5 | |
| *.msgpack | |
| # IDEs | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # MacOS | |
| .DS_Store | |
| # Local Agent Memory | |
| agent_memory.json | |
| # Pytest / Coverage | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |