This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
@@ -15,24 +16,26 @@ parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
pip-wheel-metadata/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
*.manifest
|
||||
*.spec
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
tox.ini
|
||||
coverage/
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
mypy_cache/
|
||||
.ruff_cache/
|
||||
dist/
|
||||
build/
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user