django_example_ynh/.gitignore

15 lines
145 B
Text
Raw Normal View History

2020-12-23 19:53:13 +01:00
.*
!.github
!.editorconfig
!.flake8
!.gitignore
2023-08-22 19:29:53 +02:00
!.gitkeep
2022-08-14 13:52:32 +02:00
!/doc/screenshots/.gitkeep
2023-08-22 19:29:53 +02:00
2020-12-23 19:53:13 +01:00
__pycache__
secret.txt
/local_test/
2023-08-22 19:29:53 +02:00
/coverage.*
/htmlcov/