瀏覽代碼

update gitignore

Mohammed Khan 1 年之前
父節點
當前提交
0cd44d4cf1
共有 1 個文件被更改,包括 70 次插入10 次删除
  1. 70 10
      .gitignore

+ 70 - 10
.gitignore

@@ -1,15 +1,75 @@
-/venv/
-.azure
-/UnTube/client_secrets.json
-/db.sqlite3
-/modules
-/.idea/
-__pycache__/
+# Backup files
+*.bak
+
+# Distribution / packaging
+*.egg
+*.egg-info/
+*.manifest
+*.spec
+.Python build/
+.eggs/
+.installed.cfg
+develop-eggs/
+dist/
+downloads/
+eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+
+# Django
 *.log
 *.pot
 *.pyc
-/static/
-.staticfiles
-.env
+/staticfiles
+__pycache__
+db.sqlite3
+media
+
+# Environments
+.venv
+/.env
+/local
+ENV/
+env.bak/
+env/
+venv
+venv.bak/
+venv/
+
+# IDEs
+.DS_Store
+.idea
+.vscode
+
+# Installer logs
+pip-delete-this-directory.txt
+pip-log.txt
+
+# mypy
+.mypy_cache
+
+# pyenv
+.python-version
+
+# pytest
+.pytest_cache
 
+# Python
+*$py.class
+*.py[cod]
 
+# Unit test / coverage reports
+*.cover
+.cache
+.coverage
+.coverage.*
+.hypothesis/
+.pytest_cache/
+.tox/
+coverage.xml
+htmlcov/
+nosetests.xml