Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sthanhng committed Jan 14, 2019
1 parent d08c3b3 commit aa38dd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 789 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Temporary Items
### YOLO Face ###
.idea/
__pycache__/
.vscode/

# Virtualenv
venv/
Expand All @@ -37,6 +38,7 @@ venv/
temp/
samples/*.mp4
samples/
*_kmeans.py

# The weights of the trained models
model-weights/
Expand All @@ -45,3 +47,6 @@ model-weights/

# Output files
outputs/

# Datasets
data/
Loading

0 comments on commit aa38dd1

Please sign in to comment.