# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.pyright/
.ruff_cache/

# IDEs
.vscode/
.idea/

# OS
.DS_Store

# OMC state files
.omc/

# Build artifacts
dist/

# Project specific
config.json
.cache/
exports/
*.xlsx
*.csv
*.json
!config.example.json
!pyproject.toml
