mirror of https://github.com/dapr/dapr-agents.git
98 lines
921 B
Plaintext
98 lines
921 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.pipenv/
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Pyre type checker
|
|
.pyre/
|
|
|
|
# Pylint
|
|
.pylint.d/
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
*.vscode/
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
.files/
|
|
|
|
# Local environment variables
|
|
.env
|
|
.env.*
|
|
|
|
# Docker
|
|
*.pid
|
|
|
|
# Chainlit
|
|
.chainlit/
|
|
chainlit.md
|