Migration of application to own repo

This commit is contained in:
2025-11-07 18:47:10 +01:00
commit 2e926ab87a
12 changed files with 3056 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Ereader data
ereader_bookmarks/
highlights/
*.png
*.gif
*.jpg
*.jpeg
# Examples output
examples/ereader_bookmarks/
examples/highlights/
examples/*.png
examples/*.gif
# Keep test data
!tests/data/**