瀏覽代碼

Updated .gitignore for .DS_Store

sprint-4
paras singhal 2 年之前
父節點
當前提交
4a626cefa6
共有 3 個檔案被更改,包括 34 行新增2 行删除
  1. +3
    -2
      .gitignore
  2. +11
    -0
      Pipfile
  3. +20
    -0
      Pipfile.lock

+ 3
- 2
.gitignore 查看文件

@@ -2,7 +2,8 @@
venv/ venv/


# Ignore compiled Python bytecode # Ignore compiled Python bytecode
__pycache__/

workx/**/__pycache__/
# Ignore macOS .DS_Store files # Ignore macOS .DS_Store files
workx/.DS_Store

.DS_Store .DS_Store

+ 11
- 0
Pipfile 查看文件

@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]

[dev-packages]

[requires]
python_version = "3.11"

+ 20
- 0
Pipfile.lock 查看文件

@@ -0,0 +1,20 @@
{
"_meta": {
"hash": {
"sha256": "ed6d5d614626ae28e274e453164affb26694755170ccab3aa5866f093d51d3e4"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.11"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {}
}