django_example_ynh/.gitignore
2020-12-28 18:52:29 +01:00

13 lines
133 B
Text

.*
!.github
!.editorconfig
!.flake8
!.gitignore
coverage.xml
__pycache__
secret.txt
/htmlcov/
/local_test/
/dist/
/poetry.lock
*.log