mirror of https://github.com/kortix-ai/suna.git
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
# 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 |