33 lines
372 B
Plaintext
33 lines
372 B
Plaintext
# local env
|
|
.env
|
|
|
|
# python
|
|
.venv/
|
|
.pytest_cache/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# editor/os
|
|
.DS_Store
|
|
|
|
# runtime data
|
|
logs/
|
|
*.log
|
|
|
|
data/git-mirror/*
|
|
!data/git-mirror/.gitkeep
|
|
|
|
data/workspaces/*
|
|
!data/workspaces/.gitkeep
|
|
|
|
data/qmd-cache/*
|
|
!data/qmd-cache/.gitkeep
|
|
|
|
data/qmd-config/*
|
|
!data/qmd-config/.gitkeep
|
|
|
|
data/remote-memory.git/
|
|
|
|
# generated index/cache in repo root if any
|
|
qmd/
|