# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Build / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Dev tools
.venv/
.venv-*/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~
# Docs build output
site/
_site/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Secrets / environment
.env
.env.*

# Logs
*.log

# pip
pip-wheel-metadata/
.tmp-release-check/
