# macOS
.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.pytype/
.pyre/
.nox/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version.local

# Packaging artifacts
build/
dist/
site/
.eggs/
*.egg
*.egg-info/
pip-wheel-metadata/

# Logs and local environment files
*.log
.env
.env.*
.pypirc

# IDEs and editors
.idea/
.vscode/

# Jupyter
.ipynb_checkpoints/
