Commit 7ea61a662342a33e99b211d1ddc9d028508d44a7

Authored by Miguel Barão
1 parent 35a9e63d
Exists in dev

add venv to gitignore

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -8,3 +8,4 @@ node_modules/
8 8 .DS_Store
9 9 demo/.DS_Store
10 10 demo/solar_system/.DS_Store
  11 +.venv
... ...