2024-11-02 07:16:44 +08:00
|
|
|
# Include all Python files in agentpress directory
|
2024-11-03 02:28:11 +08:00
|
|
|
recursive-include agentpress *.py
|
2024-11-02 07:16:44 +08:00
|
|
|
|
|
|
|
# Include example files
|
2024-11-03 02:28:11 +08:00
|
|
|
recursive-include agentpress/examples *
|
2024-11-02 07:16:44 +08:00
|
|
|
|
|
|
|
# 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
|