# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
**.pyc
*.pyc

# Virtual environments
.venv
.env

# System files
.DS_Store
/src/krippendorff_alpha/storage/

# IDE
.vscode/
.idea
.cursor/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter Notebook
.ipynb_checkpoints

# Ignore test-generated reliability matrices
tests/storage/
