Exclude python cache directories

This commit is contained in:
WarmUpTill 2024-07-19 14:33:23 +02:00 committed by WarmUpTill
parent ad322d54f0
commit 82d23dcf0e

5
.gitignore vendored
View File

@ -34,4 +34,7 @@
.DS_Store
# Exclude CMake build number cache
/cmake/.CMakeBuildNumber
/cmake/.CMakeBuildNumber
# Exclude python caches
/**/__pycache__