Clean up: remove working files, expand .gitignore for venvs, caches, temp files
CI / lint-and-test (push) Failing after 11s
CI / lint-and-test (push) Failing after 11s
This commit is contained in:
+10
@@ -2,12 +2,22 @@
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
.*venv*/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage*
|
||||
coverage.xml
|
||||
.vscode/
|
||||
.idea/
|
||||
memory/
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
*.bak
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
Reference in New Issue
Block a user