paras singhal 2 роки тому
джерело
коміт
1aaf6a33b4
1 змінених файлів з 8 додано та 0 видалено
  1. +8
    -0
      .gitignore

+ 8
- 0
.gitignore Переглянути файл

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

# Ignore compiled Python bytecode
__pycache__/

# Ignore macOS .DS_Store files
.DS_Store