Ignore tooling caches

This commit is contained in:
PapaTutuWawa 2025-01-13 21:59:25 +00:00
parent fad2d4f312
commit 71ee104658

5
.gitignore vendored
View File

@ -1,7 +1,12 @@
# Python
**/*.egg-info
**/__pycache__/
.venv/
# Tooling
.mypy_cache/
.ruff_cache/
# Testing
config.json
scripts/