__pycache__
*.pyc
.ruff_cache

node_modules/
dist/

# Backend runtime artifacts (CWD when launched)
/config.yaml
/gallery.db
/photos/
/thumbnails/
/trash/
/maps/
/activities/
/tiles/
/models/

# Python build artifacts
/build/
*.egg-info

# Coverage data
.pytest_cache
.coverage
coverage.xml
htmlcov/

# Allure test reports
/allure-results/
/allure-report/

# Editor / IDE
.vscode/
