# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# Virtual environments
.venv/
venv/
ENV/

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage*
.pytest_cache/
.cache/

# Type checker / linter caches
.pyright/
.mypy_cache/
.ruff_cache/
pyrightconfig.json

# Editors
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
