Add .gitignore for Python cache files

This commit is contained in:
Ernad Husremovic 2025-08-30 15:13:43 +02:00
parent 2cc02aac6e
commit cb57668fb1

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg