fix: verify CI compliance - all tests pass locally
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -1,7 +1,33 @@
|
|||||||
*.pyc
|
# pycache
|
||||||
__pycache__/
|
*.py[cod]
|
||||||
venv/
|
*$py.class
|
||||||
.env
|
*.so
|
||||||
*.egg-info/
|
.Python
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
.build/
|
downloads/
|
||||||
|
eggs/
|
||||||
|
.eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
wheels/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
*.log
|
||||||
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.vscode/
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user