# Everything the program creates: downloaded photos (~11 MB), trained model, charts, settings.
# It is created again from the interface (tabs 1 and 2) or with  start.bat download / start.bat train
data/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
# The package for PyPI built by  python -m build
dist/
build/
*.egg-info/
.venv/
venv/
env/

# Editor and system
.vscode/
.idea/
*.code-workspace
Thumbs.db
Desktop.ini
.DS_Store
