# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
.cache/

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

# IDE / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Local session scratch (operational tools, not for the public repo)
tasks/
