ignore pytest cache

This commit is contained in:
Simon 2024-05-21 19:08:45 +02:00
parent e2253fc63b
commit 8a2040aa26
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function sync_test {
--exclude ".gitignore" \
--exclude "**/cache" \
--exclude "**/__pycache__/" \
--exclude "**/.pytest_cache/" \
--exclude ".venv" \
--exclude "db.sqlite3" \
--exclude ".mypy_cache" \