add gitignore remove .idea folder

This commit is contained in:
2021-10-16 21:14:53 +03:00
parent dc375795ec
commit b060ea612b
8 changed files with 857 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.7
FROM python:3.7.9
# python:
ENV PYTHONFAULTHANDLER=1 \