Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
paras
/
Workx_backend
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
1
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Updated .gitignore for .DS_Store
sprint-4
paras singhal
2 yıl önce
ebeveyn
19e3705acb
işleme
4a626cefa6
3 değiştirilmiş dosya
ile
34 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+3
-2
.gitignore
+11
-0
Pipfile
+20
-0
Pipfile.lock
+ 3
- 2
.gitignore
Dosyayı Görüntüle
@@ -2,7 +2,8 @@
venv/
# Ignore compiled Python bytecode
__pycache__/
workx/**/__pycache__/
# Ignore macOS .DS_Store files
workx/.DS_Store
.DS_Store
+ 11
- 0
Pipfile
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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": {}
}