django_example_ynh/.gitignore

12 lines
110 B
Text
Raw Normal View History

2020-12-23 19:53:13 +01:00
.*
!.github
!.editorconfig
!.flake8
!.gitignore
__pycache__
secret.txt
/local_test/
/dist/
/poetry.lock
*.log