lenovo
This commit is contained in:
60
.gitignore
vendored
Normal file
60
.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
# ======================
|
||||||
|
# Python
|
||||||
|
# ======================
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
ENV/
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# PyCharm / IDE
|
||||||
|
# ======================
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# OS files
|
||||||
|
# ======================
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# Logs
|
||||||
|
# ======================
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# Test / coverage
|
||||||
|
# ======================
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# Build / dist
|
||||||
|
# ======================
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# Jupyter
|
||||||
|
# ======================
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
|
# ======================
|
||||||
|
# Local config / secrets
|
||||||
|
# ======================
|
||||||
|
*.env
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
*.ini
|
||||||
|
*.cfg
|
||||||
|
*.conf
|
||||||
Reference in New Issue
Block a user