python-gallery/.gitignore
Michał 83435f5372 Flask-Migrations progress
Auto make a migration file when the user lacks one
2023-04-10 23:03:47 +00:00

23 lines
182 B
Plaintext

gallery/static/.webassets-cache
gallery/static/gen
instance/
migrations/
.idea
.vscode
venv/
.env
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/