# .gitignore

# python stuff to be ignored
__pycache__/
*.py[cod]
*$py.class

# jupyter notebooks stuff to be ignored
.ipynb_checkpoints/

# vscode stuff
.vscode/

# MacOS stuff to be ignored
.DS_Store

# unnecessary detail to be ignored
*.readabs_cache/
tests/test.output

# claude
.claude
CLAUDE.md


# ignore packaging stuff
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

