# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
*.egg-link
.installed.cfg

# Virtual environment
.venv/
venv/
ENV/
env/

# Generated outputs (don't commit HSD docs or rendered images)
*.hsd.txt
*.full_topology.txt
*_views/

# Environment / secrets
.env
.env.*
*.key

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Test cache
.pytest_cache/
.coverage
htmlcov/
