Skip to content

Commit

Permalink
add comment in proyecto.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaposhnikVlad committed Oct 9, 2022
1 parent cac357f commit f38d385
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Created by https://www.toptal.com/developers/gitignore/api/matlab,jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=matlab,jupyternotebooks

### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

### MATLAB ###
# Windows default autosave extension
*.asv

# OSX / *nix default autosave extension
*.m~

# Compiled MEX binaries (all platforms)
*.mex*

# Packaged app and toolbox files
*.mlappinstall
*.mltbx

# Generated helpsearch folders
helpsearch*/

# Simulink code generation folders
slprj/
sccprj/

# Matlab code generation folders
codegen/

# Simulink autosave extension
*.autosave

# Simulink cache files
*.slxc

# Octave session info
octave-workspace

# End of https://www.toptal.com/developers/gitignore/api/matlab,jupyternotebooks
1 change: 1 addition & 0 deletions proyecto.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Shaposhnik Vladislav 09.10.22
import sys
import tkinter
import cv2
Expand Down

0 comments on commit f38d385

Please sign in to comment.