desolo-2918's picture
Move sync action to .github/workflows
5d1056c
raw
history blame contribute delete
719 Bytes
# Environment variables
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
logs/
# Cache
.cache/
.pytest_cache/
# Gradio
flagged/
*.gradio_cached_examples/
gradio_cached_examples/
# API Keys and Secrets
*.key
*.secret
config.json
secrets.json
# Jupyter
.ipynb_checkpoints/
*.ipynb
# OS
.DS_Store
Thumbs.db
# Node (if using web components)
node_modules/
npm-debug.log
# Temporary
temp/
tmp/
*.tmp