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

# Virtual environments
.venv/
venv/
env/
ENV/

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

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

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
nosetests.xml

# Type checking / linting caches
.mypy_cache/
.ruff_cache/
.pyright/

# WKP runtime index (derived from markdown — never commit)
.wkp/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
