python-gallery/.gitignore
Michał 8c25779882 Add EXIF data displaying
Add info to setup and manifest(o)
Change background scroll effect
2023-01-10 22:17:41 +00:00

22 lines
195 B
Plaintext

# Remove all development files
gallery/user/uploads/*
gallery/static/theme/*
.idea
.vscode
venv/
.env
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/