# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
/build/
/dist/
/.venv/
/venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# HighhX local state (never commit)
.highhx/state/
.highhx/logs/
.highhx/backups/
.highhx/cache/

# Environment files
.env
.env.*
!.env.example

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
