Skip to content

Commit

Permalink
added logs and virtual environments to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Bond committed May 2, 2020
1 parent c075307 commit 77444e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ __pycache__/
*$py.class


# Sqlite, XML, Gzip
# Sqlite, XML, Gzip, Log
*.db
*.xml
*.gz
*.log

# Emacs related stuff
*~
Expand All @@ -22,9 +23,13 @@ tramp

# Mac OS X hidden files
.DS_Store
*.swp

# local files
config.py
py3env
*.swp
env
venv

# temp files for adding more wordnets
omw/resources/

0 comments on commit 77444e6

Please sign in to comment.