# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/

# Packaging artefacts
=*

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

# Environments
.venv/
venv/
.env

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
