Browse Source

added gitignore

sprint-4
paras singhal 2 years ago
parent
commit
1aaf6a33b4
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .gitignore

+ 8
- 0
.gitignore View File

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

# Ignore compiled Python bytecode
__pycache__/

# Ignore macOS .DS_Store files
.DS_Store