This commit is contained in:
+50
-33
@@ -1,52 +1,59 @@
|
||||
# Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__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
|
||||
*/__pycache__
|
||||
|
||||
# Virtual environments
|
||||
# Distribution / packaging
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# Environment
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv
|
||||
.env/
|
||||
.venv/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
# Tests
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
coverage.xml
|
||||
coverage.json
|
||||
.tox/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Testing
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
|
||||
# Ereader data
|
||||
ereader_bookmarks/
|
||||
highlights/
|
||||
# Project specific - images and outputs
|
||||
*.png
|
||||
*.gif
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.svg
|
||||
|
||||
# But allow documentation images if any
|
||||
!docs/images/*.gif
|
||||
!docs/images/*.png
|
||||
!docs/images/*.jpg
|
||||
|
||||
# Output directories
|
||||
output/
|
||||
my_output/
|
||||
test_output/
|
||||
*_output/
|
||||
examples/output/
|
||||
|
||||
# Generated data
|
||||
ereader_bookmarks/
|
||||
highlights/
|
||||
positions/
|
||||
|
||||
# Examples output
|
||||
examples/ereader_bookmarks/
|
||||
@@ -56,3 +63,13 @@ examples/*.gif
|
||||
|
||||
# Keep test data
|
||||
!tests/data/**
|
||||
|
||||
# Debug scripts output
|
||||
debug_*.png
|
||||
|
||||
# CI/CD artifacts
|
||||
cov_info/
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
.fish*
|
||||
|
||||
Reference in New Issue
Block a user