Files
object-detection-flask-opencv/.gitignore
2020-01-30 10:01:54 -03:00

14 lines
153 B
Plaintext

### Python ###
__pycache__/
*.py[cod]
*$py.class
### Jupyter Notebook ###
.ipynb_checkpoints
### VSCode ###
.vscode/
### Virtual Environment ###
env/