# UV and Python stuff
**/*.egg-info/
**/*.pyc
**/*.pyo
**/*.log
**/__pycache__
.venv/
.*_cache/
dist/

# Tox
.tox/

# Coverage
.coverage
htmlcov/

# Sphinx 
docs/build/

# JSNAC default output file
jsnac.schema.json

# Release notes
release.txt