Ignore Python __pycache__ directories (#10)

This commit is contained in:
l5y
2025-09-13 11:15:35 +02:00
committed by GitHub
parent 79de69e501
commit cf2d799812

3
.gitignore vendored
View File

@@ -54,3 +54,6 @@ Gemfile.lock
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
.rubocop-https?--*
# Python cache directories
__pycache__/