django_example_ynh/.gitignore
2023-11-26 15:57:45 +01:00

14 lines
145 B
Text

.*
!.github
!.editorconfig
!.flake8
!.gitignore
!.gitkeep
!/doc/screenshots/.gitkeep
__pycache__
secret.txt
/local_test/
/coverage.*
/htmlcov/