# macOS
.DS_store

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.hypothesis/

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.data/
sandbox.ipynb

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# uv
.uv/
uv.lock

# pixi
pixi.lock

# specify
specs/

# claude
CLAUDE.md

# hidden
.*

# except for...
!.coveragerc
!.github
!.gitignore
!.readthedocs.yaml
