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
|
**/*.egg-info
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
.venv/
|
.venv/
|
||||||
|
|
||||||
|
# Tooling
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
config.json
|
config.json
|
||||||
scripts/
|
scripts/
|
||||||
|
Loading…
Reference in New Issue
Block a user