hhh-test / .dockerignore
github-actions[bot]
Deploy from GitHub Actions (commit: eb2cb1538d89b3093b6b424824dd9aecfc99086b)
cff1e0e
Raw
History Blame Contribute Delete
361 Bytes
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
env/
ENV/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
# Deployment scripts
deploy_to_hf.sh
deploy_to_hf.py
# Tests
tests/
# Logs
*.log