# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

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

# Environment / secrets
.env
.env.local
!.env.example

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store

# Generated docs site (local / CI artifact)
site/
