# pixi environments
.pixi/*
!.pixi/config.toml

# Python cache
__pycache__/
*.py[cod]

# Build artifacts
build/
dist/
*.egg-info/

# Virtual environments
.venv/
.env/

# Pixi environment (optional)
.pixi/

# Pytest cache
.pytest_cache/

# Jupyter
.ipynb_checkpoints/

# OS files
.DS_Store
Thumbs.db

