# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtualenv
venv/
ENV/
env/
.venv/
.env

# pytest
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# mypy
.mypy_cache/

# VS Code
.vscode/
*.code-workspace

# PyCharm
.idea/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store

# Ruff
.ruff_cache/

# MkDocs
site/

# Log files
*.log 