19 lines
223 B
Plaintext
19 lines
223 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Runtime state and secrets
|
|
/data/
|
|
docker/users
|
|
.env
|
|
|
|
# Never commit real notes; fixtures must stay synthetic.
|
|
/vault/
|
|
/notes/
|
|
/testvault/
|