.gitignore 119 B

12345678910111213
  1. .idea/
  2. .vscode/
  3. poetry.lock
  4. pyproject.toml
  5. venv/
  6. __pycache__/
  7. build/
  8. dist/
  9. *.egg-info
  10. .eggs/
  11. ALL_PHOTOS/
  12. output/
  13. *.log