# project exclusions
in/*
out/*
!in/keep.txt
out/*
!out/keep.txt

# Byte-compiled / optimized files
*.py[cod]
__pycache__

# Python distribution / packaging
build
dist
sdist
eggs
.eggs
*.egg-info
*.egg
develop-eggs
.mypy_cache
.ruff_cache
.pytest_cache

# Testing and local development
.python-version
.idea
.cache
.hypothesis
.venv

# Local temporary files
.DS_Store
.localized
*~

# Sphinx docs
docs/_build
docs/_static

# Ctags
tags
.envrc
