.env
.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.pyc
apps/web/node_modules/
apps/web/dist/
# Python build artifacts, produced by `python -m build` before a release.
/dist/
test-results/
playwright-report/
slack-exports/

# The default database_url writes memory to ./synapse.db, so running anything
# from the repo root leaves one here. The -wal and -shm files are WAL's.
*.db
*.db-wal
*.db-shm