Clean action runtime project state
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,11 +1,21 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg
|
||||
*.whl
|
||||
*.tar.gz
|
||||
dist/
|
||||
build/
|
||||
*.spec
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.tox/
|
||||
.nox/
|
||||
.worktrees/
|
||||
.claude/
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user