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

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

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Linting & type checking
.mypy_cache/
.ruff_cache/

# Jupyter
**/.ipynb_checkpoints/
test_notebooks
docs/source/example_notebooks/

# Project cache
**/cache/

# IDE
.idea/
.vscode/

# macOS
.DS_Store

# Secrets / tokens
.gitTok
