python-gallery/.gitignore
Michał a499e6c840 Update to reccommended file structure
Use reccommended database structure
Switch to SQLite and update scheme along with it
2023-01-10 12:39:29 +00:00

22 lines
181 B
Plaintext

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