6
0

.gitignore 66 B

12345678910
  1. # PyCharm
  2. .idea/
  3. *.iml
  4. # environments
  5. .env
  6. .venv
  7. env/
  8. venv/
  9. ENV/