https://github.com/OlafenwaMoses/ImageAI
Raw File
Tip revision: b286d6e56e22d9475b4e9065410508b6c9cc7dd5 authored by MOSES OLAFENWA on 20 December 2022, 20:57:40 UTC
Merge pull request #779 from OlafenwaMoses/olafenwamoses/github-action
Tip revision: b286d6e
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.cpp
*.so

# temporary structure
dist/
build/
output*/
results/
temp/
runner/
temporary/
test/data-models/
test/data-temp/
*.db

# PyCharm
.idea/
# Dropbox sync
.dropbox.attr

# Unit test / coverage reports
htmlcov/
.tox/
pytest.*
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
*.egg-info

# VSCode files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
back to top