# Byte-compiled / optimised
__pycache__/
*.py[cod]
*$py.class

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking caches
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Environments
.venv/
venv/
env/
.env
*.env

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
ehthumbs.db

# Jupyter
.ipynb_checkpoints/

# Docs builds
docs/_build/
site/
.cache/
