Spaces:
Running
Running
| # Include all Python files in agentpress directory | |
| recursive-include agentpress *.py | |
| # Include example files | |
| recursive-include agentpress/examples * | |
| # Include any other necessary files | |
| include LICENSE | |
| include README.md | |
| include pyproject.toml | |
| # Exclude unnecessary files | |
| global-exclude *.pyc | |
| global-exclude __pycache__ | |
| global-exclude .DS_Store | |
| global-exclude *.pyo | |
| global-exclude *.pyd |