This commit is contained in:
39
.gitignore
vendored
39
.gitignore
vendored
@@ -1,36 +1,9 @@
|
|||||||
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
*.so
|
|
||||||
.Python
|
|
||||||
build/
|
|
||||||
develop-eggs/
|
|
||||||
dist/
|
|
||||||
downloads/
|
|
||||||
eggs/
|
|
||||||
.eggs/
|
|
||||||
lib/
|
|
||||||
lib64/
|
|
||||||
parts/
|
|
||||||
sdist/
|
|
||||||
var/
|
|
||||||
wheels/
|
|
||||||
*.egg-info/
|
|
||||||
.installed.cfg
|
|
||||||
*.egg
|
|
||||||
.env
|
.env
|
||||||
config.yaml
|
*.egg-info/
|
||||||
.history/
|
|
||||||
*.log
|
|
||||||
.pytest_cache/
|
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
.pytest_cache/
|
||||||
.venv/
|
.mypy_cache/
|
||||||
venv/
|
.ruff_cache/
|
||||||
ENV/
|
logs/
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*~
|
|
||||||
.DS_Store
|
|
||||||
|
|||||||
Reference in New Issue
Block a user