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

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

# Pre-commit
.pre-commit-cache/


# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store
**/.DS_Store

# Conda
.conda/

# Logs
*.log

# MkDocs
docs/assets/
site/
