30 lines
346 B
Plaintext
30 lines
346 B
Plaintext
# Environments
|
|
.venv/
|
|
.nicegui
|
|
.obsidian/
|
|
/lyricflow/
|
|
/journal-master/
|
|
/srczip/
|
|
|
|
# Cache
|
|
__pycache__/
|
|
data/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.pyc
|
|
|
|
# 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
|
|
|