2022-12-14 19:55:40 +00:00
|
|
|
# Remove all development files
|
2023-03-01 23:29:34 +00:00
|
|
|
gallery/user/logs/*
|
2023-01-10 22:17:41 +00:00
|
|
|
gallery/user/uploads/*
|
2023-01-11 15:25:35 +00:00
|
|
|
gallery/user/conf.yml
|
|
|
|
gallery/user/conf.json
|
2023-01-10 12:39:29 +00:00
|
|
|
gallery/static/theme/*
|
2022-12-14 19:55:40 +00:00
|
|
|
|
|
|
|
.idea
|
|
|
|
.vscode
|
2022-12-01 18:48:31 +00:00
|
|
|
|
2022-12-01 18:44:10 +00:00
|
|
|
venv/
|
2023-01-10 12:39:29 +00:00
|
|
|
.env
|
2022-12-01 18:44:10 +00:00
|
|
|
|
2023-01-10 12:39:29 +00:00
|
|
|
*.pyc
|
|
|
|
__pycache__/
|
2022-12-01 18:44:10 +00:00
|
|
|
|
2023-01-10 12:39:29 +00:00
|
|
|
instance/
|
2022-12-01 18:44:10 +00:00
|
|
|
|
2023-01-10 12:39:29 +00:00
|
|
|
.pytest_cache/
|
|
|
|
.coverage
|
|
|
|
htmlcov/
|
2022-12-01 18:44:10 +00:00
|
|
|
|
2023-01-10 12:39:29 +00:00
|
|
|
dist/
|
|
|
|
build/
|
|
|
|
*.egg-info/
|