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

# custom
runtest.sh
*.xlsx

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

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# Unit test / coverage reports
.coverage
.coverage.*
.pytest_cache/
htmlcov/
.tox/
.nox/
coverage.xml
**/.mypy_cache/
.hypothesis/

# Jupyter
.ipynb_checkpoints/

# IDE / editor
.vscode/
.idea/
*.code-workspace

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Local data/cache
.cache/
