Files
agent-sandbox/.gitignore
T

12 lines
115 B
Plaintext

# Python bytecode
__pycache__/
*.pyc
# Pytest
.pytest_cache/
# Distribution / packaging
dist/
build/
*.egg-info/