Compare commits

1 Commits
dev ... main

Author SHA1 Message Date
Vincent Guillet
75d041931d add .gitignore 2025-04-15 09:19:16 +02:00

12
.gitignore vendored
View File

@@ -107,3 +107,15 @@ docker-compose.override.yml
*.log.*
*.log~
# Python
#All python cache files and folders
*.py[cod]
*.pyo
*.pyd
*.pdb
*.egg-info/
*.egg
*.whl
$__pycache__/
*.pyc