# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
.venv
pip-log.txt
pip-delete-this-directory.txt
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# Docker
.docker/
docker-compose.override.yml
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
# Gradio specific
flagged/
gradio_cached_examples/
gradio_queue/
# Misc
.DS_Store.env.local
.env.development.local
.env.test.local
.env.production.local
*.pem
*.key
*.cert
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
# Local development
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
# Temporary files
*.tmp
*.bak
*.swp
*~
test.ipynb
client_test2.py
server_test.py
client_test3.py
server_test2.py