# This file is part of cjdk.
# Copyright 2022 Board of Regents of the University of Wisconsin System
# SPDX-License-Identifier: MIT

*~
.*.sw[ponmlkji]
.sw[ponmlkji]

__pycache__/
build/
dist/
*.egg-info/

# Do not version Jupyter notebooks; use only Jupytext/MyST
*.ipynb
.ipynb_checkpoints/

# Generated by setuptools_scm
src/cjdk/_version.py
