# Python artefacts
build/
*.egg-info
.eggs/
dist/
docs-dist/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml

# Virtual envs
.venv/
venv/
.env

# Notebooks
.ipynb_checkpoints
.virtual_documents/
.cache/
.config/
.ipython/
.jupyter/
.local/
.npm/
.bash_history
__pycache__/

# MacOS
.DS_Store

# IDEs
.idea/
.vscode/
