Commit 0c0035fdc809d6eeb32fd63c7fc653be9e9b8218

Authored by Miguel Barão
1 parent 14f8e674
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/
... ...