Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Oct 18, 2022
1 parent f567918 commit a27d52a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ __pycache__/
*.pytest_cache
.coverage

# build & tmp files
*.pyc
*.DS_Store
*.egg*
/dist/
/.idea
/docs/_build/
/node_modules/
build/

# database & logs
*.db
*.sqlite3
Expand Down

0 comments on commit a27d52a

Please sign in to comment.