15 lines
175 B
Text
15 lines
175 B
Text
# Local secrets/configuration
|
|
*.conf
|
|
.git.env
|
|
|
|
# Generated/state files
|
|
wallabag_downloaded.json
|
|
out/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
*.swp
|