# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# Test outputs
examples/*_result.xlsx
examples/*_output.xlsx
examples/test_*.xlsx
output.xlsx
debug_output.txt
*_out.xlsx
*_out.xlsm
*_output.xlsx
*_output.xlsm
*_highlight.xlsx
*_highlight.xlsm
tmp_*.xlsm
debug_*.xlsm

# OS
.DS_Store
Thumbs.db
