Selaa lähdekoodia

added gitignore

sprint-4
paras singhal 2 vuotta sitten
vanhempi
commit
1aaf6a33b4
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. +8
    -0
      .gitignore

+ 8
- 0
.gitignore Näytä tiedosto

@@ -0,0 +1,8 @@
# Ignore virtual environment
venv/

# Ignore compiled Python bytecode
__pycache__/

# Ignore macOS .DS_Store files
.DS_Store