Files
behavior-tree/.gitignore
T

28 lines
226 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
install/
log/
.pytest_cache/
.coverage
htmlcov/
*.log
*.db
*.db-*
*.sqlite*
.env
.env.*
*.pem
*.key
.DS_Store
Thumbs.db
docs/
reference/
*.md
*.pdf
*.docx
MANIFEST.sha256