__pycache__/
*.py[cod]
*$py.class

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Virtual environments
.venv/
venv/
ENV/

# Jupyter Notebook
.ipynb_checkpoints

# IDE
.vscode/
.idea/
*.code-workspace

# macOS / Windows
.DS_Store
Thumbs.db

# Hatch / metadata
*.dist-info/

# Local env
.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
.env
.ipynb_checkpoints/
dist/
