# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.ruff_cache/
.pytest_cache/

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

# Virtual environments
.venv/
venv/
env/

# Environment / secrets - never commit real credentials
.env
.env.*
!.env.example

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Docs build output
docs/_build/
site/
