ignore *.egg-info and __pycache__
gitea/passerelle-imio-liege-rn/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2023-06-06 12:12:00 +02:00
parent eeaff19c7d
commit db1efd515d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@
/build
/passerelle_liege_imio_rn.egg-info
django.mo
*.egg-info
__pycache__