Files
mdcaldav/.gitignore
Tyler Perkins 8b5cd370ea
Some checks failed
CI / test (push) Failing after 11s
CI / image (push) Has been skipped
Initial commit
2026-08-01 21:03:35 -04:00

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/