/.DS_Store
**/.DS_Store
/*.egg-info
__pycache__/
.vscode/

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

# Sphinx documentation
/docs/build/
/docs/source/api/
/docs/source/generated/

# Python bytecode
*.py[cod]
*$py.class

# Test/cache
.pytest_cache/

# Jupyter
.ipynb_checkpoints/

# Coverage
.coverage
coverage.xml
htmlcov/

# Type checker / linter caches
.mypy_cache/
.pytype/
.ruff_cache/

# Virtual environments
.venv/
venv/
ENV/
env/
