.coverage
*.pyc
.hg*
*.swp
.DS_Store
parts
downloads
eggs
develop-eggs
bin
build
docs/build
dist
include
.Python
.*.egg-info
.installed.cfg
accountific.db
.coverage
.noseids
tests/.noseids
*.bak
*~
# Emacs auto-save files.  The backslashes are required: a bare "#" starts a
# comment, so the pattern was silently a no-op.
\#*\#
caldav.egg-info/
tests/conf_private.py
.tox
.eggs
.venv
venv
caldav/_version.py
tests/docker-test-servers/baikal/baikal-backup/
tests/docker-test-servers/*/baikal-backup/
# But keep the pre-configured Specific directory for Baikal
!tests/docker-test-servers/baikal/Specific/
# Local test server configuration (may contain credentials)
tests/caldav_test_servers.yaml
# Lychee link checker cache
.lycheecache
# Scratch files from AI sessions (review notes, draft commit messages)
docs/design/tmp-*

## Scratch files: test-run output, review documents, handover notes.
## docs/design/tmp-* has been ignored since long; this is the same rule
## at the top level.  Two tmp-* files have ever been committed, both
## scratch, both on playground branches in 2025, neither on master.
tmp-*
