# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
pip-wheel-metadata/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Environment & secrets
.env
.env.*
!.env.example
!.env.docs.example

# Docker
docker/.env

# Config (local overrides)
config.json

# Cache
cache/

# MkDocs
site/

# Docs generated output
docs/plc/
docs-output/

# Obsidian
.obsidian/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
