39 lines
483 B
Plaintext
39 lines
483 B
Plaintext
# Environments
|
|
.venv/
|
|
.nicegui
|
|
.obsidian/
|
|
/lyricflow/
|
|
#/journal-master/
|
|
/srczip/
|
|
|
|
# Cache
|
|
__pycache__/
|
|
data/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.pyc
|
|
.cache/
|
|
|
|
# Ignore the encrypted vault and directorys
|
|
journal/vault/
|
|
journal/data/
|
|
journal_app.egg-info/
|
|
output/
|
|
logs/
|
|
|
|
# Other Data
|
|
/emptytrash.sh
|
|
/Journaling_TODO.md
|
|
/setup_swap.sh
|
|
/system_tune.sh
|
|
|
|
.pydeps/
|
|
.dotnet*
|
|
.tmp/
|
|
.pip*/
|
|
.journal-sidecar/
|
|
.nuget
|
|
_hybrid_tmp*/
|
|
journal-master/journal/tls_registry_backup_before_fix.txt
|