Ignore tooling caches
This commit is contained in:
parent
fad2d4f312
commit
71ee104658
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,7 +1,12 @@
|
||||
# Python
|
||||
**/*.egg-info
|
||||
**/__pycache__/
|
||||
.venv/
|
||||
|
||||
# Tooling
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Testing
|
||||
config.json
|
||||
scripts/
|
||||
|
Loading…
Reference in New Issue
Block a user