python-gallery/.gitignore

25 lines
260 B
Plaintext
Raw Normal View History

2022-12-14 19:55:40 +00:00
# Remove all development files
gallery/user/logs/*
gallery/user/uploads/*
gallery/user/conf.yml
gallery/user/conf.json
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/
.env
2022-12-01 18:44:10 +00:00
*.pyc
__pycache__/
2022-12-01 18:44:10 +00:00
instance/
2022-12-01 18:44:10 +00:00
.pytest_cache/
.coverage
htmlcov/
2022-12-01 18:44:10 +00:00
dist/
build/
*.egg-info/