# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
MANIFEST

# setuptools-scm generated version file
src/annslicer/_version.py

# Virtual environments
.venv/
venv/
env/

# Pytest
.pytest_cache/
.cache/

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store

# Large data files — never commit .h5ad files to the repo
*.h5ad
*.h5
*.hdf5
